GmailMCP

brunowinter8192/GmailMCP
★ 0 stars Python 🔒 Security Updated today
Gmail read-only MCP server for Claude Code — search, list, and read emails via OAuth 2.0
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": {
    "gmailmcp": {
      "command": "uvx",
      "args": [
        "gmailmcp"
      ]
    }
  }
}

Or install with pip: pip install gmailmcp

Topics

claude-codegmail-apigoogle-apimcpoauth2python