★ 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"
]
}
}
}
Run in terminal:
claude mcp add google-workspace-mcp npx -y wrxck/google-workspace-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-workspace-mcp": {
"command": "npx",
"args": [
"-y",
"wrxck/google-workspace-mcp"
]
}
}
}