Skip to content

google workspace mcp for Zed

io.github.takiguchi-yu/google-workspace-mcp

An MCP server for Google Workspaces.

client:Zed transport:stdio runtime:npm

Install google workspace mcp in Zed

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

{
  "context_servers": {
    "google-workspace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@takiguchi-yu/google-workspace-mcp-server"
      ]
    }
  }
}

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

google workspace mcp in other clients