gmail-mcp-server

PaulFidika/gmail-mcp-server
★ 20 stars Go 🤖 AI/LLM Updated 12d ago
A single-file MCP-server for interacting with Gmail. Works with Claude Desktop and Cursor.
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": "go",
      "args": [
        "run",
        "github.com/PaulFidika/gmail-mcp-server@latest"
      ]
    }
  }
}