Gmail MCP Server
Related Servers
Alternatives to Gmail MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseCqualityDmaintenanceEnables comprehensive Gmail management through the Gmail API, including sending/receiving emails, organizing labels and threads, managing drafts, and configuring account settings with secure OAuth2 authentication.64677 npm1MIT
- AlicenseBqualityDmaintenanceEnables comprehensive Gmail management including sending, reading, and organizing emails, managing labels, drafts, threads, and configuring account settings through the Gmail API with secure OAuth2 authentication.64677 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables reading, sending, archiving, and managing Gmail emails and labels through Google OAuth authentication, acting as an OAuth proxy to the Gmail API.105 npm11MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage Gmail accounts programmatically, including sending emails, managing labels, creating filters, and handling attachments via OAuth2 authentication.48 npm4MIT
- FlicenseNot gradedqualityDmaintenanceEnables interaction with Gmail through the Gmail API to read unread messages, retrieve email threads, and create draft replies programmatically. Supports OAuth authentication and automated email processing through natural language.-
- FlicenseNot gradedqualityDmaintenanceEnables interaction with Gmail through the Gmail API with OAuth2 authentication. Supports reading, sending, searching emails, and managing read status through natural language.-
TDQS
Scored across 64 tools
Most tools have distinct purposes targeting specific Gmail resources like messages, drafts, labels, filters, delegates, and settings. However, some overlap exists between batch_modify_messages and modify_message, and between trash/untrash operations for messages and threads, which could cause minor confusion. Overall, descriptions are clear enough to differentiate them in most cases.
Tool names follow a highly consistent verb_noun pattern throughout, such as create_draft, delete_label, get_attachment, update_vacation, and list_threads. All tools use snake_case without deviation, making them predictable and easy to parse for an agent.
With 64 tools, this server is excessively large for a typical MCP scope, likely overwhelming for agents and increasing complexity. While Gmail is a broad domain, many tools could be consolidated (e.g., separate trash/untrash for messages and threads) or omitted for a more focused interface. This count feels heavy and unwieldy.
The tool set provides comprehensive coverage of Gmail's functionality, including CRUD operations for messages, drafts, labels, filters, delegates, and send-as aliases, plus settings management for forwarding, IMAP/POP, language, vacation responders, and S/MIME. There are no obvious gaps; agents can handle full email workflows from creation to deletion.