gmail-mcp-server

cgutiguti/gmail-mcp-server
★ 0 stars TypeScript Security Updated today
Local Gmail MCP server with OAuth-scoped tools for MCP-compatible assistants
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "cgutiguti/gmail-mcp-server"
      ]
    }
  }
}