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
相關伺服器
X (Twitter)
An MCP server for interacting with the X (Twitter) API, requiring developer credentials.
Email
Automate email tasks using SMTP and IMAP protocols.
Aura Backend - Advanced AI Companion
An advanced AI companion with emotional intelligence and vector database integration.
Windows Notification Server
Allows AI assistants to send native Windows system notifications.
JustCall MCP Server
The JustCall Model Context Protocol (MCP) Server lets Large Language Models (LLMs) and AI agents make real-world voice calls and send SMS directly through JustCall’s APIs — securely, contextually, and programmatically.
FastMail
Interact with FastMail's email, calendar, and contacts via its JMAP API.
AskMeMCP
Enables AI assistants to request human input through a web interface, facilitating human-in-the-loop interactions.
Bluesky
Post to the Bluesky social network using the AT Protocol.
Pearl
Official MCP Server to interact with Pearl API. Connect your AI Agents with 12,000+ certified experts instantly.
interactive-mcp
Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.