gmail-mcp
Related Servers
Alternatives to gmail-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides read, label, and draft access to multiple Gmail accounts from a single server, never sending email.53 npmMIT
- AlicenseNot gradedqualityAmaintenanceMCP server for Gmail that enables searching, reading, archiving, and managing email from any MCP client.13 npm1MIT
- FlicenseNot gradedqualityCmaintenanceMulti-account Gmail MCP server for reading threads, managing labels, and creating drafts across multiple Gmail accounts.-
- FlicenseNot gradedqualityCmaintenanceEnables searching, reading, and drafting emails across multiple Gmail accounts through a single MCP server.-
- AlicenseNot gradedqualityCmaintenanceA read-only Gmail MCP server enabling users to search and read emails via Gmail search syntax without sending, deleting, or modifying anything.89 npmMIT
- AlicenseAqualityBmaintenanceA local MCP server that provides Gmail tools (search, read, send, draft, label management) while keeping your emails only between your machine and Google, with no third-party access.6MIT
TDQS
Scored across 17 tools
Most tools target clearly distinct operations, and descriptions spell out differences like singular vs batch read and raw label mutation vs friendly verbs. read_message/read_messages and trash/bulk_action could be confused at a glance, but the descriptions resolve the ambiguity well.
Tool names are consistently lowercase snake_case and mostly follow a verb_noun pattern such as list_accounts, create_filter, and count_messages. Minor deviations like trash and bulk_action break the pattern slightly, but the overall naming style is predictable and readable.
17 tools is on the heavy side for a single MCP server, even for Gmail, and the count is inflated by overlapping convenience layers like bulk_action versus trash and modify_labels. Each tool has a plausible job, but the set feels slightly over-scoped.
The read, search, triage, label-modification, and filter-management surfaces are well covered. However, there is no send_message, no draft update/delete/send, and no label create/delete, leaving some basic Gmail workflows as dead ends.