atbridge
Enables reading and writing emails, managing calendars, and contacts from Gmail accounts via Thunderbird.
Enables reading and writing emails, managing calendars, and contacts from iCloud accounts via Thunderbird.
Allows managing emails, calendars, contacts, notes, and tasks within Thunderbird across multiple email accounts.
atbridge
Your private AI suite for emails, calendars, contacts, notes & tasks — in Thunderbird, over MCP, or from the CLI. Runs on your own machine, works with any AI, no cloud middleman.
Website: atbridge.ai · Docs: atbridge.ai/docs
atbridge turns Thunderbird into one AI-driven workspace for emails, calendars, contacts, notes, and tasks — across every account you already have (Gmail, Outlook, iCloud, self-hosted / IMAP). Manage it all with the AI of your choice — from inside Thunderbird, from Claude Desktop or your IDE over MCP, or from the command line (CLI). MCP and the CLI are separate surfaces: MCP exposes atbridge as tools to an AI client, while the CLI runs atbridge commands directly in your shell, scripts, and CI.
Why atbridge
🔒 Private & local-first. Everything runs on your machine. Your messages and API keys never route through atbridge's servers — a model only ever receives what you choose to send it.
🤖 Any AI, no lock-in. 12 providers, including a fully private local model via Ollama (see below).
🖥️ Three surfaces, one binary. The built-in atbridge panel in Thunderbird, an MCP server for AI clients and IDEs, and a CLI for scripts and CI.
📝 atbridge Notes. A local markdown workspace with linked notes and voice memos the AI can read and write.
⚡ Measurably leaner. Because it talks to Thunderbird locally instead of proxying your mailbox through a cloud, it's measurably faster and cheaper than a cloud Gmail MCP bridge.
Related MCP server: productivity-mcp
Use atbridge as an MCP server
atbridge exposes its mail / calendar / contacts / notes / tasks operations as MCP tools. Add it to any MCP client (Claude Desktop, Cursor, VS Code, JetBrains, Antigravity):
{
"mcpServers": {
"atbridge.ai": { "command": "atbridge", "args": ["mcp"] }
}
}Reads are enabled by default; to unlock write tools (send, reply, forward, move, delete, calendar/contact edits) add "env": { "ATBRIDGE_ALLOW_WRITES": "1" } and restart the client. Or let atbridge write the entry for you: atbridge mcp setup --client claude|cursor|vscode|jetbrains|antigravity.
Requirements: atbridge is a local MCP server for Thunderbird — it talks to your running Thunderbird via a native-messaging bridge. It needs Thunderbird + the atbridge add-on installed (
atbridge bridge install), not a remote endpoint. It is not a hosted/cloud server and is not distributed via npm/pip — install the signed binary from atbridge.ai first.
Full machine-readable tool reference: llms-mcp.txt · CLI reference: llms-cli.txt
Supported AI providers
OpenAI · Anthropic Claude · Google Gemini · Mistral · DeepSeek · Moonshot Kimi · xAI Grok · Groq · OpenRouter · NVIDIA · any OpenAI-compatible endpoint · Ollama (fully local, private).
You can also drive the in-Thunderbird atbridge chat with an AI CLI you already have — Claude Code, OpenAI Codex, or Antigravity — using your existing subscription (BYO compute, no API key).
Install
# macOS / Linux
curl -fsSL https://atbridge.ai/install.sh | sh
# Windows (PowerShell)
irm https://atbridge.ai/install.ps1 | iexThen install the native bridge into Thunderbird: atbridge bridge install. Full setup guides (Claude Desktop, Cursor, and more): atbridge.ai/docs.
📺 Watch
Product demo — youtube.com/watch?v=EVs0ricxqjw
Channel — youtube.com/@atbridge
Three ways to use it
Inside Thunderbird — the atbridge AI Chat panel, branded HTML email compose, deterministic Skills, and atbridge Notes.
Over MCP — Claude Desktop, Cursor, VS Code, JetBrains, Antigravity, or your own agents. No Thunderbird UI required once the bridge is installed.
From the CLI — every operation scriptable for shell, cron, and CI.
Pricing
Free to start; Personal and Pro plans for power users. See atbridge.ai/pricing.
Links
Website — https://atbridge.ai
Documentation — https://atbridge.ai/docs
YouTube — https://www.youtube.com/@atbridge
LLM-readable overview — https://atbridge.ai/llms.txt
About
atbridge is a proprietary, commercial product distributed as signed binaries for macOS, Linux, and Windows. This repository is the product's public home and documentation; it does not contain the application source. Available in 23 UI languages.
© 2026 atbridge. All rights reserved. Questions: contact@atbridge.ai
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityAmaintenanceEnables interaction with Thunderbird email client to search and read emails, manage contacts, list calendars, and draft messages with pre-filled content through a local HTTP bridge.253
- AlicenseBqualityDmaintenanceA local MCP server that provides LLM clients with read/write access to email and calendar data from Gmail, iCloud, and generic IMAP providers. It runs entirely on your machine, keeping data private while enabling email management, calendar operations, and task handling through natural language.39MIT
- AlicenseAqualityBmaintenanceLocal MCP server for multi-account IMAP/SMTP email (iCloud + Gmail via app-specific passwords). Never marks mail read. Cross-folder search, idempotent sends, TLS verified.8MIT
- AlicenseAqualityCmaintenanceMCP server for reading, searching, and sending ProtonMail emails via the ProtonMail Bridge.162GPL 3.0
Related MCP Connectors
The everything Zotero MCP server — Web API v3 + local API, safe writes, citations, search.
Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.
Remote MCP server for full read/write access to a Zotero library
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/atbridge-ai/atbridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server