Description

Access Gmail inbox, send emails, manage labels and filters. Complete email management through AI conversations.

Installation

npx -y @modelcontextprotocol/server-gmail
npm install @modelcontextprotocol/server-gmail
git clone https://github.com/modelcontextprotocol/servers

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "gmail-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gmail"
      ]
    }
  }
}