trackmcp
Back to directory
cablate

mcp-google-gmail

View on GitHub

A powerful Model Context Protocol (MCP) server providing comprehensive Gmail integration with LLM processing capabilities.

2 stars TypeScriptOthers Updated May 14, 2026
aidivegoogle-mailmcpmcp-server

Documentation

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

Gmail Demo

Installation

Manual Installation

bash
npm install -g @cablate/mcp-gmail

Usage

CLI

bash
map-gmail

With Dive Desktop

1. Click "+ Add MCP Server" in Dive Desktop

2. Copy and paste this configuration:

json
{
  "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
    }
  }
}

3. 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: reahtuoo310109@gmail.com
  • 📧 GitHub: CabLate
  • 🤝 Collaboration: Welcome to discuss project cooperation
  • 📚 Technical Guidance: Sincere welcome for suggestions and guidance

Frequently asked questions

What is mcp-google-gmail?

mcp-google-gmail is A powerful Model Context Protocol (MCP) server providing comprehensive Gmail integration with LLM processing capabilities.

How do I install mcp-google-gmail?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-google-gmail open source?

Yes — it is hosted on GitHub at https://github.com/cablate/mcp-google-gmail and has 2 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP