Skip to content

MCP Google Search Console for Zed

io.github.crunchtools/google-search-console

Secure MCP server for Google Search Console analytics, sitemaps, and URL inspection

client:Zed transport:stdio runtime:pypi

Install MCP Google Search Console in Zed

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

{
  "context_servers": {
    "google-search-console": {
      "command": "uvx",
      "args": [
        "mcp-google-search-console-crunchtools"
      ]
    }
  }
}

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

MCP Google Search Console in other clients