MCP Google Multi-Account Server
Related Servers
Alternatives to MCP Google Multi-Account Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Google Workspace services (Gmail, Calendar, Drive, Docs, Sheets, Chat, Slides, People) through natural language using Claude Desktop, Claude Code CLI, and other MCP clients.410 npm3MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Gmail and Google Calendar using the MCP protocol, supporting multiple Google accounts, email management, and calendar operations through natural language.24 npm32MIT
- 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
- 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
- FlicenseNot gradedqualityBmaintenanceA local MCP server that connects multiple Google accounts to Claude Desktop, enabling unified email search and send, calendar events, and full CRUD on Google Docs, Sheets, and Forms.-
- AlicenseBqualityDmaintenanceMCP server for interacting with Google Gmail and Calendar via natural language, supporting multiple accounts.359MIT
TDQS
Scored across 63 tools
Tools are cleanly separated by service prefixes (google_, gmail_, drive_, calendar_) and action verbs (list, get, create, update, delete). Even similar tools like drive_get_file vs drive_get_file_content are clearly differentiated by descriptions.
All tools follow a consistent snake_case verb_noun pattern with service-specific prefixes. Verbs like list, get, create, update, delete, search are used uniformly across services, making the API predictable.
With 63 tools, this server far exceeds the typical 'too many' threshold of 25+. While the broad scope of Gmail, Drive, Calendar, and account management justifies a larger surface, the sheer number could overwhelm an agent and make tool selection harder.
The server covers the full lifecycle for accounts, Gmail (search, drafts, labels, filters, vacation, attachments), Drive (search, upload, download, share, permissions), and Calendar (CRUD, freebusy, RSVP). Only minor operations like permanent deletion are missing, but trash/archive handles those cases.