google_workspace_mcpMCP Server42/100 via “oauth 2.0/2.1 dual-mode authentication with session persistence”
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace / G Suite MCP Server & CLI Tool
Unique: Dual-mode authentication architecture with service-specific decorator pattern (@requires_auth) that injects credentials into tool execution context, enabling both single-user desktop flows and multi-user cloud deployments from the same codebase. Separates authentication concern from tool logic via decorators rather than inline credential passing.
vs others: Supports both OAuth 2.0 and 2.1 in a single deployment, whereas most MCP servers commit to one standard; the decorator-based injection pattern also decouples auth from tool logic, making it easier to add new services without credential plumbing.