google-workspace-mcp

wrxck/google-workspace-mcp
★ 4 stars Java 💬 Communication Updated 24d ago
MCP server providing Google Workspace tools (Drive, Calendar, Sheets, Docs, Gmail, Chat, Admin) via the gws CLI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-workspace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wrxck/google-workspace-mcp"
      ]
    }
  }
}