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

Canary: AI QA Agent for Automated Testing Based on Code Changes
Canary is an AI QA agent that reads codebases, analyzes pull request diffs, and generates end-to-end tests for affected user workflows. It connects to preview environments, runs tests, and comments results directly on PRs with recordings.

FFF - Fast File Finder claims 100x speed advantage over ripgrep
FFF (Fast File Finder) is a web-based file search tool that claims to be 100x faster than ripgrep, positioning itself as a next-generation alternative to regex-based search methods. The tool requires JavaScript to run and was recently discussed on Hacker News with 36 points and 17 comments.

ClaudeClaw: Free Claude Code Plugin for Persistent AI Agents on Messaging Platforms
ClaudeClaw is a free, open-source MIT-licensed Claude Code plugin that runs Claude as a persistent agent on Slack, WhatsApp, and Telegram. It requires Node.js 20+, Claude Code, and your own Anthropic API key, with OS-level sandbox isolation via Anthropic's sandbox-runtime.

LocalSynapse MCP Server Enables Claude to Search Local Documents Offline
LocalSynapse is an MCP server that indexes and searches inside local documents (Word, Excel, PowerPoint, PDF) using hybrid BM25 + AI semantic search. Everything runs locally with no cloud or API keys required.