HomeCommunication › multi-gmail-mcp

multi-gmail-mcp

Manage multiple Gmail accounts in Claude Desktop — search, send, reply, draft, and organize.

JavaScript
★ 19 stars Last pushed 2026-08-13 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "multi-gmail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_VALUE>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • GOOGLE_CLIENT_ID — Google OAuth2 client ID from your Google Cloud project (alternative to ~/.gmail-mcp-oauth.json)
  • GOOGLE_CLIENT_SECRET secret — Google OAuth2 client secret from your Google Cloud project (alternative to ~/.gmail-mcp-oauth.json)

Related servers

Data from the Official MCP Registry