Multi-account Google Workspace MCP server — Gmail, Calendar, and Drive with smart routing. Plugin for Claude Code and Gemini CLI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gws-connector": {
"command": "go",
"args": [
"run",
"github.com/orieg/gws-connector@latest"
]
}
}
}
Run in terminal:
claude mcp add gws-connector go run github.com/orieg/gws-connector@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"gws-connector": {
"command": "go",
"args": [
"run",
"github.com/orieg/gws-connector@latest"
]
}
}
}