Skip to content
Cursor

web to markdown mcp for Cursor

io.github.sidney/web-to-markdown-mcp

MCP server fetches URL through a real Chromium browser, returns main content as clean Markdown

client:Cursor transport:stdio runtime:pypi

Install web to markdown mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "web-to-markdown-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "web-to-markdown-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

web to markdown mcp in other clients