Gmail
Provides comprehensive integration with Gmail for reading, searching, and sending emails.
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

Installation
Manual Installation
npm install -g @cablate/mcp-gmail
Usage
CLI
map-gmail
With 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.
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: [email protected]
- 📧 GitHub: CabLate
- 🤝 Collaboration: Welcome to discuss project cooperation
- 📚 Technical Guidance: Sincere welcome for suggestions and guidance
Related Servers
Whatsapp MCP
A WhatsApp MCP (Model Context Protocol) server that connects your WhatsApp account with AI agents, enabling automated messaging, contact search, and chat interaction through LLMs.
MailerLite MCP server
Turn AI tools into your email marketing assistant.
EMQX MCP Server
Interact with an EMQX MQTT broker via a Model Context Protocol (MCP) server.
Fastmail MCP Server
Integrate your Fastmail account with AI assistants using the Model Context Protocol.
FeedMansion Social Media MCP
Schedule and queue text, image, and video posts to many social networks, including LinkedIn, X, Bluesky, Instagram, Facebook, Threads, Tiktok.
MCP-Typebot
Integrates Typebot's REST API as callable tools, allowing interaction with Typebot forms and chats.
Ntfy
An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)
AgentRPC
Connect to any function, any language, across network boundaries using AgentRPC.
MCP Intercom Server
Provides access to Intercom conversations and chats. Requires an Intercom API key.
Feishu/Lark OpenAPI MCP
Connects AI agents to the Feishu/Lark platform via its OpenAPI to automate tasks like document processing, conversation management, and calendar scheduling.