gmail-mcp

Raoof128/gmail-mcp
★ 0 stars TypeScript Security Updated 1d ago
A Gmail MCP server for Claude: attachment support in both directions, multi-account, and every mailbox mutation behind a server-enforced permission model.
View on GitHub → 🔍 Audit Wallet Slippage →

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": "npx",
      "args": [
        "-y",
        "Raoof128/gmail-mcp"
      ]
    }
  }
}

README Excerpt

A Gmail [Model Context Protocol](https://modelcontextprotocol.io) server that moves attachments to and from your disk, works across several Google accounts, and puts every mailbox mutation behind a permission model the server enforces rather than the model. > **Status: pre-release.** The Worker, Google OAuth, Gmail tools and macOS companion are implemented.

Topics

ai-agentsclaudecloudflare-workersgmailgmail-apimcpmodel-context-protocolsecuritytypescript