Best for
- Developers and enterprises needing Gmail integration with AI applications
- Users who want to control email workflows via natural language
- MCP client users wanting to leverage Gmail's full capabilities
The Gmail MCP Server is a comprehensive Gmail API integration offering a wide range of email and settings management capabilities. It supports multiple installation methods including npx and remote Smithery, and is highly configurable. However, it requires OAuth setup, poses certain security risks, and collects telemetry by default.
A Model Context Protocol (MCP) server implementation for the Gmail API, providing a standardized interface for email management, sending, and retrieval. It offers complete Gmail API coverage including messages, threads, labels, drafts, and settings.
npx @shinzolabs/gmail-mcp auth to authorize and obtain credentials.{
"mcpServers": {
"gmail": {
"command": "npx",
"args": [
"@shinzolabs/gmail-mcp"
]
}
}
}