gmail-mcp

wrxck/gmail-mcp
★ 3 stars Java 🤖 AI/LLM Updated 1mo ago
MCP server providing read-only Gmail tools for AI assistants like Claude Code
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": {
      "command": "npx",
      "args": [
        "-y",
        "wrxck/gmail-mcp"
      ]
    }
  }
}