Skip to content
Windsurf

web2md for Windsurf

org.web2md/web2md

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

client:Windsurf transport:stdio runtime:npm

Install web2md in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

web2md in other clients