Skip to content
Zed

MCP Search Server for Zed

io.github.kazkozdev/search

Web search, content extraction, PDF parsing, plus datetime and geolocation tools. No API keys.

client:Zed transport:stdio runtime:pypi

Install MCP Search Server in Zed

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

{
  "context_servers": {
    "search": {
      "command": "uvx",
      "args": [
        "mcp-search-server"
      ]
    }
  }
}

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

MCP Search Server in other clients