Skip to content

Google Workspace for Zed

io.github.mindstone/mcp-server-google-workspace

Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, and more

client:Zed transport:stdio runtime:npm

Install Google Workspace in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-server-google-workspace": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-google-workspace"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>",
        "ACCOUNTS_PATH": "<ACCOUNTS_PATH>",
        "CREDENTIALS_PATH": "<CREDENTIALS_PATH>",
        "GOOGLE_WORKSPACE_REQUEST_TIMEOUT_MS": "<GOOGLE_WORKSPACE_REQUEST_TIMEOUT_MS>",
        "GOOGLE_WORKSPACE_DISABLE_REFRESH": "<GOOGLE_WORKSPACE_DISABLE_REFRESH>",
        "MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>",
        "WORKSPACE_BASE_PATH": "<WORKSPACE_BASE_PATH>",
        "GAUTH_FILE": "<GAUTH_FILE>"
      }
    }
  }
}

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

Google Workspace in other clients