gmail-mcp-server

davidishami-d/gmail-mcp-server
★ 0 stars Python 🔒 Security Updated today
Hosted Gmail MCP server built with Python FastAPI for Claude Desktop/Cowork, supporting OAuth 2.0, Firestore token storage, Secret Manager credentials, multi-account routing, Gmail tools, drafts, and attachments.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gmail-mcp-server": {
      "command": "uvx",
      "args": [
        "gmail-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install gmail-mcp-server