Skip to content
Windsurf

web fetcher for Windsurf

io.github.vojtisprime11/web-fetcher

Turns any web page into clean Markdown, page metadata and classified links for LLMs.

client:Windsurf transport:stdio runtime:npm

Install web fetcher 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": {
    "web-fetcher": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-web-fetcher"
      ],
      "env": {
        "WEB_FETCHER_TIMEOUT_MS": "<WEB_FETCHER_TIMEOUT_MS>",
        "WEB_FETCHER_MAX_BYTES": "<WEB_FETCHER_MAX_BYTES>",
        "WEB_FETCHER_USER_AGENT": "<WEB_FETCHER_USER_AGENT>",
        "WEB_FETCHER_ALLOW_PRIVATE_HOSTS": "<WEB_FETCHER_ALLOW_PRIVATE_HOSTS>",
        "WEB_FETCHER_RESPECT_ROBOTS": "<WEB_FETCHER_RESPECT_ROBOTS>"
      }
    }
  }
}

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

web fetcher in other clients