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

hiresTI: Native Linux TIDAL Player with OpenClaw/MCP Support
hiresTI is a native Linux desktop client for TIDAL focused on stable playback, high-quality audio output, a GTK4/Libadwaita UI, and OpenClaw integration via MCP for remote control. The app combines a Python UI layer with a Rust audio core.

Claude Desktop App Adds Projects Feature to Cowork Interface
The Claude desktop app now includes a Projects feature in Cowork, allowing users to organize tasks and context in dedicated workspaces. Files and instructions remain on the user's local computer, with options to import existing projects or start new ones.

Shieldbot: Open-Source Security Scanner Plugin for Claude Code
Shieldbot is an open-source security scanner that runs as a plugin inside Claude Code, integrating six scanners including Semgrep with 5,000+ rules, Bandit, Ruff, detect-secrets, pip-audit, and npm audit. It deduplicates findings and generates prioritized reports with risk scores and code fixes.

MCP-Loci: Local Persistent Memory Server for Claude and MCP-Compatible AI
MCP-Loci is a persistent memory server that solves Claude's session-based memory limitation with five tools: remember, recall, forget, synthesize, and health. It uses hybrid BM25 keyword matching and semantic embeddings for accurate recall without requiring API keys.