Gmail
Read, search, send, label Gmail messages from Claude. Note: original repo archived March 2026; community forks may be more current.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-22
Gmail MCP Server is a community-built tool by solo developer GongRzhe that grants Claude full read and write access to your Gmail account via OAuth. The maintainer score is low because this is a single-developer project with limited track record and the description notes the original repo will be archived in March 2026, suggesting uncertain long-term maintenance. Permissions are broad: reading all messages, sending emails on your behalf, and modifying labels means Claude has nearly complete control of your inbox. The package is distributed via npm with reasonable versioning, but as a community project it lacks the review depth of official integrations. Transparency is moderate with open source code but thin documentation. No known security incidents, but the combination of sensitive email access and solo maintenance warrants caution. Suitable for personal experimentation but risky for production use with sensitive correspondence.
Lethal Trifecta (prompt-injection exposure)
TRIFECTA RISKReads inbox (private), processes attacker-controlled email bodies (untrusted), can send email (outbound). Trifecta.
Green flags
- Uses proper OAuth flow rather than app passwords or direct credentials
- Published to npm with standard package distribution
- Open source code available for inspection on GitHub
- Scoped to Gmail only, not broader Google Workspace access
Red flags
- Solo maintainer with uncertain long-term commitment (repo archived March 2026)
- Full read/write access to entire Gmail account including sensitive messages
- OAuth credentials stored locally create credential theft risk
- Community project lacks security review from Google or Anthropic
- Sending capability means AI could email anyone without additional confirmation
Permissions requested
Install
npx @gongrzhe/server-gmail-autoauth-mcp
GMAIL_CLIENT_IDGMAIL_CLIENT_SECRETReview
Best community Gmail integration for Claude. Install it if you do email triage in bulk or want to query your inbox without leaving your editor. Skip if you rarely need email context mid-task or aren't comfortable setting up OAuth credentials.
Good at
- Full Gmail search syntax support, so you can use the same operators you know from the web UI.
- Handles labels and sending, not just reading, which makes it useful for triage workflows.
- OAuth setup is standard Google practice, so it's as secure as any other Gmail integration.
- Stable once configured. I haven't had auth drop or messages fail to load.
Watch out
- No attachment handling beyond listing them, so you can't download or send files.
- Send function is plain text only, no rich formatting or HTML emails.
- OAuth setup is fiddly if you've never created a Google Cloud project before.
- Community-maintained, so updates and support depend on the author's availability.
Getting started
Works with
Similar MCPs
- Bluesky Social MCPFull Bluesky control over the atproto client, covering profiles, feeds, posts, follows, and interactions.
- TwilioSend SMS, manage phone numbers, query call logs. The standard for voice/SMS workflows from inside an agent.
- ResendResend's official MCP for transactional email. Send, list, schedule from Claude — straightforward, fast, well-documented.
- DiscordRead messages, post to channels, manage server members. Useful for community moderators and gamedev teams.