Skip to content
Zed

web fetch mcp for Zed

io.github.kylinmountain/web-fetch-mcp

MCP server for web content fetching, summarizing, comparing, and extracting information

client:Zed transport:stdio runtime:npm

Install web fetch mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "web-fetch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "web-fetch-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "HTTP_PROXY": "<HTTP_PROXY>",
        "HTTPS_PROXY": "<HTTPS_PROXY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

web fetch mcp in other clients