Google Workspace MCP server — Gmail, Calendar, Drive, Directory, and audit as safety-gated MCP tools. Read-only by default; the platform stays the authority.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"gws-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/mckay22/gws-mcp-server@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gws-mcp-server go run github.com/mckay22/gws-mcp-server@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gws-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/mckay22/gws-mcp-server@latest"
]
}
}
}
📋 Copy