HomeProductivity › Google Workspace

Google Workspace

Give AI agents access to Gmail, Calendar, Drive, and more — multi-account, manifest-driven

TypeScript
★ 186 stars Last pushed 2026-08-31 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 4.5.1)

npx -y @aaronsb/google-workspace-mcp@4.5.1

Or add to your MCP client config:

{
  "mcpServers": {
    "google-workspace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/google-workspace-mcp@4.5.1"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_VALUE>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • GOOGLE_CLIENT_ID — Google OAuth 2.0 Client ID (Desktop application)
  • GOOGLE_CLIENT_SECRET — Google OAuth 2.0 Client Secret

Related servers

Data from the Official MCP Registry