[ MCP_NODE_3891 ]
google-workspace
CATEGORY:
Productivity
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search, and Drive with AI via Google Workspace MCP.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"google-workspace-en": {
"description": "Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search, and Drive with AI via Google Workspace MCP.",
"command": "uvx",
"args": [
"workspace-mcp"
],
"env": {
"GOOGLE_OAUTH_CLIENT_ID": "<your-client-id>",
"GOOGLE_OAUTH_CLIENT_SECRET": "<your-client-secret>"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.