Google Workspace MCP Server
Related Servers
Alternatives to Google Workspace MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseBqualityDmaintenanceMCP server providing full access to Google Workspace services (Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Contacts) using OAuth authentication.1001-
- AlicenseBqualityAmaintenanceMCP server integrating multiple Google Workspace services including Gmail, Calendar, Drive, Sheets, Docs, Tasks, People, Forms, and Slides, enabling users to manage emails, events, files, documents, and more through natural language.15MIT
- AlicenseBqualityAmaintenanceMCP server that gives AI agents direct access to Google services including Gmail, Calendar, Drive, and more, with multi-account OAuth support. Enables reading and sending email, managing calendar events, and interacting with Google files through natural language.6022 npm1MIT
- AlicenseBqualityBmaintenanceFull natural language control over Google Calendar, Drive, Gmail, Docs, Sheets, Slides, Forms, Tasks, Contacts, and Chat through MCP clients.100MIT
- AlicenseBqualityDmaintenanceProvides natural language control over Google Workspace services (Calendar, Drive, Gmail, Docs, Sheets, Slides, Forms, Tasks, Chat) via MCP, with OAuth 2.1 multi-user authentication.100MIT
- FlicenseNot gradedqualityBmaintenanceAn MCP server that enables AI assistants to manage Google Workspace (Gmail and Calendar) through natural language, including reading/sending emails, managing events, and checking availability.-
TDQS
Scored across 157 tools
Each service has a clear prefix (gmail_, drive_, docs_), and most tools target a distinct resource+action. A few near-overlaps exist (docs_append_text vs docs_append_paragraph, slides_set_text vs slides_add_text) but descriptions differentiate them well. The sheer volume of tools introduces some selection risk, but the boundaries are generally clear.
All 157 tools follow a consistent snake_case service_verb_noun pattern (e.g., gmail_send, drive_trash, sheets_append). No mixed conventions, no camelCase, no vague verbs like 'do' or 'handle'. This is a model of naming discipline.
157 tools is an extreme count, far exceeding the '50+' threshold for a single server. While it covers multiple Google services, the set is a monolithic grab bag that would overwhelm any agent. It would be far better split into per-service servers (e.g., gmail-mcp, drive-mcp, docs-mcp).
Most service areas have strong CRUD coverage: Gmail, Drive, Docs, Sheets, Slides, and Contacts all offer create/read/update/delete or equivalent operations. Minor gaps exist (task lists lack delete/update, forms lack delete), but the workspace domain is broadly covered with no fatal dead ends.