gmail-mcp-worker

namervin/gmail-mcp-worker
★ 0 stars TypeScript 🤖 AI/LLM Updated 8d ago
Gmail MCP server for Claude — runs on Cloudflare Workers, works on mobile and all devices
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-worker": {
      "command": "npx",
      "args": [
        "-y",
        "namervin/gmail-mcp-worker"
      ]
    }
  }
}

README Excerpt

A Gmail MCP (Model Context Protocol) server that runs on Cloudflare Workers. Give any Claude client -- desktop, mobile, web -- full read/write access to two Gmail accounts, with no local setup required. Most MCP servers are stdio processes: they run on your local machine and only work when that machine is running. This one is different.

Tools (18)

gmail_archivegmail_batch_labelgmail_batch_trashgmail_create_draftgmail_detect_calendar_invitesgmail_forwardgmail_get_attachmentgmail_get_profilegmail_get_unread_countgmail_labelgmail_list_attachmentsgmail_list_labelsgmail_read_messagegmail_read_threadgmail_replygmail_searchgmail_sendgmail_trash