Open-source Gmail MCP server adds multi-account support and write access

An open-source MCP server has been released that extends Claude's Gmail capabilities beyond the built-in connector's limitations. The tool provides full read and write access to Gmail with multi-account support.
Key features
- Connect multiple Gmail accounts and query one or all at once
- Full read + write capabilities including archive, label, and modify operations
- Auto-unsubscribe from newsletters
- Gmail search syntax support (is:unread, newer_than:7d, from:, etc.)
- Encrypted token storage with minimal OAuth scopes
The server addresses specific limitations of Claude's built-in Gmail connector, which is read-only, supports only single accounts, and lacks archiving, labeling, and unsubscribing functionality.
Deployment options
The project is MIT licensed and available on GitHub. It can be deployed to Railway in 5 minutes or self-hosted according to the developer's instructions.
For developers who manage multiple Gmail accounts and need more control than Claude's native integration provides, this MCP server offers a practical solution with expanded functionality.
📖 Read the full source: r/ClaudeAI
👀 See Also

Single-call MCP pipeline reduces Claude Code token usage by 74%
A developer built a context engine MCP server that provides Claude Code with a dependency graph of codebases, reducing token usage by 65% initially. A new single-call pipeline further cuts tokens by 74% by eliminating multiple round trips and deduplicating results server-side.

Peers MCP Server Connects AI Coding Sessions for Collaboration
Peers is a local MCP server that connects Claude Code and Codex sessions, allowing them to discover each other, collaborate through shared scratchpads, share artifacts like diffs and test reports, and hand off session context as structured markdown.

engram v3.4.0 Adds Anthropic Plugin to Keep Claude Code Running Under New Rate Limits
engram v3.4.0 introduces a dedicated Anthropic plugin for Claude Code, adding three skills to manage costs, query context, and surface errors. Install with `/plugin install engram` or `npm install -g engramx@latest`.

Warp Terminal Goes Open Source with Agentic Dev Environment
Warp is now open-source, rebranding as an agentic development environment with a built-in coding agent and support for bringing your own CLI agents like Claude Code, Codex, and Gemini CLI.