mcp-gmail-server
Verified Safeby VatsKan
Overview
Provides a Model Context Protocol (MCP) server to allow AI agents to read unread emails and create draft email replies in Gmail.
Installation
uv run -m src.mcp_server_gmailSecurity Notes
The server uses standard Google API client libraries and limited OAuth scopes (`gmail.readonly`, `gmail.compose`). There are no direct uses of `eval` or other obvious malicious patterns. The README provides clear instructions to avoid committing sensitive OAuth credentials (`client_secret_oauth_gcp.json`, `token.json`) to source control, which is crucial for security. The primary security considerations involve the user's secure handling of these local credentials and the inherent risks of granting an AI agent access to email content and drafting capabilities.
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.
Troj-MCP
A versatile Model Context Protocol (MCP) server for integrating AI models with system operations, file management, calendar, and email tools.
mcp-server-email
Automates Freedom of Information (FOI) request handling by integrating with Gmail and Claude, including drafting acknowledgment receipts and facilitating team allocation.