Skip to content
Zed

Fetch URL MCP Server for Zed

io.github.j0hanz/fetch-url-mcp

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

client:Zed transport:stdio runtime:npm

Install Fetch URL MCP Server in Zed

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

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

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

Fetch URL MCP Server in other clients