← Back to Plugins
MCP Server MCP

io.github.gx-55/multi-gmail-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "multi-gmail-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google OAuth2 client ID from your Google Cloud project (alternative to ~/.gmail-mcp-oauth.json)",
          "format": "string",
          "name": "GOOGLE_CLIENT_ID"
        },
        {
          "description": "Google OAuth2 client secret from your Google Cloud project (alternative to ~/.gmail-mcp-oauth.json)",
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...