Skip to content

google sheets mcp for Zed

io.github.henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)

client:Zed transport:stdio runtime:pypi

Install google sheets mcp in Zed

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

{
  "context_servers": {
    "google-sheets-mcp": {
      "command": "uvx",
      "args": [
        "google-sheets-mcp"
      ]
    }
  }
}

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

google sheets mcp in other clients