gmail-mcp-server

stevesimpson418/gmail-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 11d ago
A local MCP server that gives Claude native tool-level access to Gmail
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

Topics

claudefastmcpgmailmcpmcp-servermodel-context-protocolpython