← Back to Plugins
MCP Server MCP

Multi-Account Gmail

github By github 👁 1 views ▲ 0 votes

Multi-account Gmail MCP server — read, search, draft, and label across every inbox.

Homepage Verified source GitHub

Install

uvx multi-account-gmail-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "multi-account-gmail-mcp",
      "version": "0.3.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the Google OAuth \"Desktop app\" client-secret JSON. Defaults to ~/.gmail-mcp/client_secret.json.",
          "format": "string",
          "name": "GMAIL_MCP_CLIENT_SECRET"
        },
        {
          "description": "Path to the SQLite token store holding per-account refresh tokens. Defaults to ~/.gmail-mcp/tokens.db.",
          "format": "string",
          "name": "GMAIL_MCP_DB"
        },
        {
          "description": "Localhost port for the OAuth redirect during account authorization. Defaults to 8765.",
          "format": "string",
          "name": "GMAIL_MCP_OAUTH_PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...