
Gmail MCP Server
A powerful Model Context Protocol (MCP) server providing comprehensive Gmail integration with LLM processing capabilities.
Features
Email Management
- Read and search emails
- Process email content with various formats
- Advanced email filtering
- Attachment handling
Demo on Dive Desktop

License
MIT
Contributing
Welcome community participation and contributions! Here are ways to contribute:
- โญ๏ธ Star the project if you find it helpful
- ๐ Submit Issues: Report problems or provide suggestions
- ๐ง Create Pull Requests: Submit code improvements
Contact
If you have any questions or suggestions, feel free to reach out:
- ๐ง Email: reahtuoo310109@gmail.com
- ๐ง GitHub: CabLate
- ๐ค Collaboration: Welcome to discuss project cooperation
- ๐ Technical Guidance: Sincere welcome for suggestions and guidance
Copy & paste โ that's it
npm install -g @cablate/mcp-gmailBefore it works, you'll need: GMAIL_CLIENT_IDGMAIL_CLIENT_SECRETGMAIL_REFRESH_TOKEN
Installation
Manual Installation
npm install -g @cablate/mcp-gmailUsage
CLI
map-gmailWith Dive Desktop
- Click "+ Add MCP Server" in Dive Desktop
- Copy and paste this configuration:
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": ["-y", "@cablate/mcp-gmail"],
"env": {
"GMAIL_CLIENT_ID": "your_client_id",
"GMAIL_CLIENT_SECRET": "your_client_secret",
"GMAIL_REFRESH_TOKEN": "your_refresh_token"
},
"enabled": true
}
}
}- Click "Save" to install the MCP server
Gmail API Authentication Setup
For detailed instructions on setting up Gmail API authentication and obtaining necessary credentials, please refer to our Gmail API Setup Guide.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.