Run several Google Workspace accounts in Claude at once — one self-hosted workspace-mcp deployment per account, on Railway. Onboarding playbook + GCP gotchas included.
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-servers-publ": {
"command": "npx",
"args": [
"-y",
"Explosion5000/gws-mcp-servers-public"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gws-mcp-servers-publ npx -y Explosion5000/gws-mcp-servers-public
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gws-mcp-servers-publ": {
"command": "npx",
"args": [
"-y",
"Explosion5000/gws-mcp-servers-public"
]
}
}
}
📋 Copy