Back to Apps

Google Workspace MCP
Supports UIby aaronsb
Comprehensive control over Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, and Tasks via AI.
0 stars
Works in:VS Code CopilotCursor
Exposes:ToolsResources
What it does\nIntegrates all major Google Workspace services into AI assistants, allowing the AI to read, create, and manage emails, documents, calendar events, and spreadsheets directly.\n\n## Tools\n- search_gmail_messages: Search emails using Gmail operators.\n- manage_event: Create, update, or delete calendar events.\n- search_drive_files: Search files using query syntax.\n- modify_doc_text: Insert and format text in Google Docs.\n- modify_sheet_values: Write or update cell ranges in Sheets.\n- send_gmail_message: Send emails from the AI.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\njson\n{\n "mcpServers": {\n "google_workspace": {\n "command": "uvx",\n "args": ["workspace-mcp"],\n "env": {\n "GOOGLE_OAUTH_CLIENT_ID": "your-id",\n "GOOGLE_OAUTH_CLIENT_SECRET": "your-secret",\n "OAUTHLIB_INSECURE_TRANSPORT": "1"\n }\n }\n }\n}\n\n\n## Supported hosts\nClaude Desktop, Claude Code, VS Code, LM Studio.
Quick install
uvx workspace-mcpInformation
- Pricing
- free
- Published
- 4/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-ai
HTTP MCP server URL provided by hosted instanceClaude Desktop
{"mcpServers": {"google_workspace": {"command": "uvx", "args": ["workspace-mcp"], "env": {"GOOGLE_OAUTH_CLIENT_ID": "...", "GOOGLE_OAUTH_CLIENT_SECRET": "...", "OAUTHLIB_INSECURE_TRANSPORT": "1"}}}}VS Code Copilot
Add as an HTTP server in settings.json





