gmail-mcp

chucheloff/gmail-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Minimal MCP server: agent-driven email sending via Gmail SMTP + App Password
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": "uvx",
      "args": [
        "gmail-mcp"
      ]
    }
  }
}

Or install with pip: pip install gmail-mcp

README Excerpt

A minimal MCP server that lets an LLM agent send email. Despite the name, the server supports two backends: | Backend | Transport | When to use | | -------- | --------- | ------------------------------------------------------------- | | `smtp` | port 465 | Local dev, or hosts that allow outbound SMTP. |

Tools (15)

GMAIL_APP_PASSWORDGMAIL_FROM_NAMEGMAIL_USERJobSearcherBotMAILER_BACKENDMAIL_DEFAULT_TOMCP_PATHPORTRESEND_API_KEYRESEND_FROMRESEND_TIMEOUT_SECONDSSMTP_HOSTSMTP_PORTresendsmtp