Skip to content
Cursor

web2md for Cursor

org.web2md/web2md

MCP Server for Web2MD — convert URLs to Markdown from Claude Desktop, Cursor, etc.

client:Cursor transport:stdio runtime:npm

Install web2md in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "web2md": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "web2md-mcp-server"
      ],
      "env": {
        "WEB2MD_API_KEY": "<WEB2MD_API_KEY>"
      }
    }
  }
}

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

web2md in other clients