Skip to content
Windsurf

Fetch URL MCP Server for Windsurf

io.github.j0hanz/fetch-url-mcp

An MCP server that fetches web pages and converts them to clean, readable Markdown.

client:Windsurf transport:stdio runtime:npm

Install Fetch URL MCP Server in Windsurf

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

{
  "mcpServers": {
    "fetch-url-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/fetch-url-mcp"
      ]
    }
  }
}

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

Fetch URL MCP Server in other clients