gmail-mcp
Verified Safeby 0xRaduan
Overview
Manages Gmail operations, including sending, reading, searching, managing labels, and filters, through natural language interactions for AI assistants like Claude Desktop.
Installation
npx @gongrzhe/server-gmail-autoauth-mcpEnvironment Variables
- GMAIL_OAUTH_PATH
- GMAIL_CREDENTIALS_PATH
Security Notes
The server follows good practices for handling OAuth credentials by storing them in a dedicated, non-version-controlled directory (~/.gmail-mcp/). It does not use `eval` on user-supplied input or contain obvious malicious patterns. The OAuth flow involves a local HTTP server on port 3000, which is standard for desktop applications and not inherently a risk if properly secured, but could conflict with other services. Attachment handling processes files locally without permanent server storage. Overall, it demonstrates robust security considerations for its intended use.
Similar Servers
gmail-mcp
Manages Gmail emails programmatically, enabling AI systems to read, send, archive, and perform other email operations on behalf of a user.
stateful-auth-for-mcp-servers
Integrates Google Gmail and Calendar APIs to enable an AI agent to read emails and manage calendar events with stateful authorization for event deletions.
gmail-mcp-server
Manages Gmail operations including sending, reading, searching, modifying, deleting emails, and managing labels and filters through an AI assistant with auto-authentication.
gmail-mcp-server
Automates Gmail operations like sending, reading, organizing, and filtering emails through an AI assistant like Claude Desktop via the Model Context Protocol.