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

Crag: Open-source tool generates unified AI agent rules from project configs
Crag is an open-source compiler that analyzes project configurations and generates a single governance.md file, then compiles it into multiple AI agent rule files to prevent configuration drift across tools like Claude Code, Cursor, and Copilot.

VibeSmith: Local Tool for Detecting Skill Conflicts in Claude Code Projects
VibeSmith is a local macOS desktop app that provides unified visibility across Claude Code projects, detecting conflicts when global and project-level components share names, visualizing dependencies as DAGs, and tracking context token usage.

Troubleshooting Email and Google Drive Access for AI Agents
Setting up email and Google Drive access for AI bots on AWS can trigger account blocks. Here's a solution using Gmail and Workspace domains.

Cowork Context Management Kit Solves Claude's File Overload Problem
A developer built a context management kit for Cowork after Claude AI was reading all 462 files in their project folder, causing performance issues and contradictions. The solution includes global instructions, a manifest file system, and a Cowork skill to prioritize relevant documents.