gmail-mcp
Verified Safeby horison-ai
Overview
Provides programmatic access and control over Gmail functionality via a Multi-Connector Protocol (MCP) server, enabling agents to manage emails.
Installation
python server.pyEnvironment Variables
- CONNECTIVITY_SERVICE_URL
- INTERNAL_API_KEY
- GOOGLE_OAUTH_CLIENT_ID
- GOOGLE_OAUTH_CLIENT_SECRET
Security Notes
The server appears to follow good security practices for credential handling, sourcing sensitive information (Google OAuth client details, connectivity service URL/API key) from environment variables. Credentials are fetched from a separate 'connectivity service' using a shared cache, preventing hardcoded secrets. No 'eval' or similarly dangerous patterns are observed. The security relies heavily on the proper configuration and security of the 'connectivity service' it depends on.
Similar Servers
genesys-cloud-mcp-server
Provides LLM access to Genesys Cloud's Platform API for business insights, including conversation analysis, queue management, and OAuth client auditing.
gmail-mcp
Manages Gmail emails programmatically, enabling AI systems to read, send, archive, and perform other email operations on behalf of a user.
gmail-mcp-server
Provides AI assistants with tools to fetch user Gmail profiles and send emails through API interactions.
email-mcp-server
Automates Gmail interactions for AI assistants, allowing them to fetch, summarize, classify, and reply to emails using the Model Context Protocol.