Productivity|Communication|AI / MLJavaScript

Gmail-MCP-Server

A Model Context Protocol (MCP) server for Gmail integration in Claude Desktop with auto authentication support.

Free
N/A rating (0 reviews)0 installs1,086 GitHub stars
GmailMCPAI

This server enables AI assistants to manage Gmail through natural language interactions, providing features such as sending and receiving emails, managing attachments, and performing batch operations.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "gmail-mcp-server-2": {
      "args": [
        "-y",
        "@gongrzhe/server-gmail-autoauth-mcp"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.