★ 1,807 stars
Python
🤖 AI/LLM
Updated 1mo ago
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace / G Suite MCP Server & CLI Tool
View on GitHub →
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": {
"google_workspace_mcp": {
"command": "uvx",
"args": [
"google-workspace-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add google_workspace_mcp uvx google-workspace-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"google_workspace_mcp": {
"command": "uvx",
"args": [
"google-workspace-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install google-workspace-mcp
Topics
ai g-suite gmail google-calendar google-chat google-docs google-drive google-forms google-sheets google-tasks google-workspace gsuite llm llm-tools mcp