server-gmail-mcp

lowrykun/server-gmail-mcp
★ 2 stars TypeScript 🔒 Security Updated 17d ago
Gmail MCP server with auto auth (fork of archived @gongrzhe/server-gmail-autoauth-mcp, adds senderName support)
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": {
    "server-gmail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lowrykun/server-gmail-mcp"
      ]
    }
  }
}