Google Workspace (GWS) MCP Server
Related Servers
Alternatives to Google Workspace (GWS) MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityBmaintenanceEnables AI agents to search, read, and compose Gmail, manage Drive files and Google Docs/Sheets/Slides, handle Calendar events and Tasks, and access Forms and Contacts using the official Workspace CLI, with credentials staying on the user's machine.3811 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to control Google Workspace services (Slides, Docs, Sheets, Drive) with granular tools and provides a universal CLI escape hatch for all Workspace APIs.MIT
- AlicenseNot gradedqualityDmaintenanceProvides unified access to Google Workspace APIs including Gmail, Drive, Sheets, Calendar, Docs, Forms, and Chat through a single interface, enabling email management, file operations, spreadsheet editing, event scheduling, and more via natural language.MIT
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients like Claude Desktop and Cursor to interact with Google Docs, Sheets, and Drive, providing tools for reading, writing, formatting documents, managing spreadsheets, and searching Drive files.MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Google Drive files and Google Sheets through search, read, and write operations. Supports automatic conversion of Google Workspace files to readable formats and direct spreadsheet cell updates.1,026 npmMIT
- AlicenseNot gradedqualityBmaintenanceProvides LLM tools to search, read, and edit Google Drive, Docs, and Sheets, including automatic export to Markdown/CSV and safety features like read-before-write guards.11 npmMIT
TDQS
Scored across 39 tools
Tools are clearly separated by service prefix (calendar_events_, docs_, drive_files_, etc.) and each has a distinct purpose. The few pairs that could be confused (e.g., drive_files_download vs. drive_files_export) are well-differentiated by their descriptions.
All tools follow a consistent verb_noun pattern with service prefix (e.g., calendar_events_list, drive_files_create). The naming convention is uniform and predictable across all services.
39 tools cover multiple Google Workspace services (Calendar, Docs, Drive, Gmail, Sheets, Tasks) with essential CRUD and some extra operations. While on the higher end, the count is justified by the breadth of the domain and each tool serves a clear function.
The tool surface covers the full lifecycle for each service: create, read, update, delete, plus service-specific actions like move, export, and modify. There are no obvious dead ends, and any gaps (e.g., docs deletion) are handled by other tools (drive_files_delete).