Skip to content
Claude Desktop

google workspace for Claude Desktop

com.proscendia/google-workspace

Permissioned access to Gmail, Drive and Calendar via the user's own Google account

client:Claude Desktop transport:streamable-http

Install google workspace in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "google-workspace": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://google-mcp.proscendia.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

google workspace in other clients