Are you the author? Sign in to claim
Your private AI suite for emails, calendars, contacts, notes & tasks — in Thunderbird, over MCP, or from the CLI. Runs o
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.
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
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).
# macOS / Linux
curl -fsSL https://atbridge.ai/install.sh | sh
# Windows (PowerShell)
irm https://atbridge.ai/install.ps1 | iex
Then install the native bridge into Thunderbird: atbridge bridge install. Full setup guides (Claude Desktop, Cursor, and more): atbridge.ai/docs.
Free to start; Personal and Pro plans for power users. See atbridge.ai/pricing.
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
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows