Skip to content
Windsurf

Fetch MCP Server for Windsurf

io.github.yawlabs/fetch-mcp

HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction

client:Windsurf transport:stdio runtime:npm

Install Fetch MCP Server in Windsurf

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

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

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

Fetch MCP Server in other clients