Skip to main content
Glama
cablate

Gmail MCP Server

by cablate

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

Related MCP server: Gmail MCP Server

Demo on Dive Desktop

Gmail Demo

Installation

Manual Installation

npm install -g @cablate/mcp-gmail

Usage

CLI

map-gmail

With Dive Desktop

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

  2. 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
    }
  }
}
  1. 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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables reading Gmail emails through the Model Context Protocol, supporting listing, searching, and retrieving email details with OAuth 2.0 authentication.
    Last updated
    2
    4
    31
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Provides access to Gmail functionality through the Model Context Protocol, allowing LLMs like Claude to interact with your email.
    Last updated
    2
  • F
    license
    -
    quality
    D
    maintenance
    Enables AI agents to manage Gmail through natural language, including search, read, send, label, and draft operations via the Model Context Protocol.
    Last updated
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI assistants to send, read, search, and manage Gmail emails, drafts, and labels via the Model Context Protocol.
    Last updated
    5
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cablate/mcp-google-gmail'

If you have feedback or need assistance with the MCP directory API, please join our Discord server