gmail-mcp-server

fash-compactor/gmail-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
MCP server that allows an AI assistant to read unread emails from a Gmail account and create draft replies
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-server": {
      "command": "uvx",
      "args": [
        "gmail-mcp-server"
      ]
    }
  }
}

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