gmail-mcp-oauth

ToddWelch/gmail-mcp-oauth
★ 0 stars Python Security Updated 7d ago
Multi-tenant Gmail MCP server with OAuth hardening. Drop in for any MCP-compatible client. FastAPI, Postgres, Railway-ready.
View on GitHub → 🔍 Audit Wallet Slippage →

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-oauth": {
      "command": "uvx",
      "args": [
        "gmail-mcp-oauth"
      ]
    }
  }
}

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