google-workspace-mcp
Related Servers
Alternatives to google-workspace-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to access and manage Google Workspace services such as Gmail, Drive, Docs, Sheets, Calendar, and Slides through the MCP protocol, with built-in OAuth 2.0 authentication and read/write tool support.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to send Gmail emails, create drafts, and append content to Google Docs through MCP tools. Provides secure OAuth-based integration with Google Workspace.221 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to read, write, and manage Google Docs, Sheets, and Drive files through structured MCP tools using service-account authentication, without requiring an OAuth consent screen.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to read and write across Google Workspace services, including Calendar, Tasks, Gmail, Drive, Docs, Sheets, and Contacts, through a unified MCP interface.3MIT
- FlicenseNot gradedqualityDmaintenanceEnables MCP-compatible AI assistants to interact with a user's Google Drive, including listing, searching, reading, creating, updating, and deleting files, with authentication via Google OAuth.-
- AlicenseNot gradedqualityCmaintenanceEnables MCP-compatible AI agents to create and send Gmail messages and append text to existing Google Docs through OAuth-authenticated tools.1,044 npmMIT
TDQS
Scored across 27 tools
Service prefixes and distinct action verbs make most tools easy to tell apart. The only real overlap is that drive_read_file_content can also read Google Docs/Sheets, which partially duplicates docs_read_document and sheets_read_range, but the descriptions clarify the intended use.
Every tool follows a consistent snake_case service_prefix + verb_noun pattern, such as drive_upload_file, sheets_append_values, calendar_create_event, and gmail_send_message. There is no mixing of conventions or vague naming.
27 tools is above the typical sweet spot, but the server covers five distinct Google Workspace apps, and no single app has more than 7 tools. The count feels slightly heavy but is reasonable given the broad integration scope.
Core lifecycle workflows are covered across Drive, Sheets, Docs, Calendar, and Gmail: search/read/create/update/delete are largely present. Notable gaps exist such as Drive move/update, Sheet row deletion, and Gmail trash/label management, but agents can complete primary tasks without dead ends.