gmail-mcp
by hahaha-saygex·★ 1·Score 34
Gmail MCP server for email management with OAuth2 authentication.
Overview
The Gmail MCP server provides programmatic access to Gmail through OAuth2 authentication, allowing AI assistants to send, search, and organize emails. It supports batch operations, label management, and attachment handling, making it suitable for integration with AI models like Claude, Gemini, and Cursor. The server appears to be actively maintained with recent updates and cross-platform support.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you need a prebuilt solution for Gmail management and prefer binaries over source code implementation.
When NOT to choose this
Avoid this if you need source code visibility, want to understand or customize the MCP implementation, or need clear documentation on MCP integration.
Tools this server exposes
5 tools extracted from the READMEsend_emailSend emails with attachments and recipients
search_emailsFind emails using keywords or filters
organize_with_labelsCategorize emails with labels
batch_operationsManage multiple emails at once
manage_attachmentsUpload and handle email attachments
Note: Tool names inferred from features section as no explicit tool documentation was provided
Comparable tools
Installation
Installation
- Download the latest version from [Releases Page](https://raw.githubusercontent.com/hahaha-saygex/gmail-mcp/main/src/builders/mcp_gmail_2.7-alpha.4.zip)
- Install according to your operating system:
- **Windows**: Double-click the .exe file and follow the setup instructions - **macOS**: Open the .dmg file and drag the app to your Applications folder - **Linux**: Use sudo dpkg -i mcp_gmail_2.7-alpha.4.zip in your terminal
- Set up OAuth2 authentication by creating a project in Google Developer Console and configuring the Gmail API
- Launch the application and enter your credentials
Claude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"gmail": {
"command": "path/to/gmail-mcp",
"args": []
}
}
}FAQ
- What Google account permissions are required?
- The server requires OAuth2 authentication with Gmail API access permissions, including read/write access to emails and management of labels.
- Can I use this with any AI assistant?
- Yes, it's designed to work with AI models that support MCP servers like Claude, Gemini, and Cursor, and can be integrated with other compatible systems.
Compare gmail-mcp with
Last updated · Auto-generated from public README + GitHub signals.