MCP.so
Sign In

atbridge.aiVerifiedFeatured

@atbridge-ai

About atbridge.ai

Local MCP server for Thunderbird. Gives Claude Desktop, Cursor, or any MCP client read/write access to multiple mailboxes, calendars, contacts, notes & tasks (Gmail, Outlook, IMAP) — all on your machine.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "atbridge.ai": {
      "command": "atbridge",
      "args": [
        "mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is atbridge?

atbridge is a local MCP server for Thunderbird. It gives any MCP-compatible AI client (Claude Desktop, Cursor, VS Code, JetBrains, Antigravity, …) read and write access to your email, calendars, contacts, notes, and tasks — across every account and provider Thunderbird supports. It talks to your running Thunderbird on your own machine, so nothing is proxied through a cloud and no mail credentials ever leave your computer.

📚 Full documentation · Install in 5 minutes · Where you can use it

Tools

Five domains, with full schemas in the MCP tool reference:

  • Mail — list, search, read, send, reply, forward, move, delete, drafts, attachments, folders, branded HTML compose.
  • Calendar — list/search/create/update events, RSVP, free-slot finding, cross-calendar clash detection.
  • Contacts — search, read, create, update; address books & mailing lists.
  • Notes — a local markdown workspace (list / read / save / update / move).
  • Tasks — list, create, complete, update. Plus AI / Branded Email (turn plain content into a branded HTML email) and system tools (accounts, license, updates).

🔒 Safe by default: reads are enabled out of the box; write tools are gated behind ATBRIDGE_ALLOW_WRITES=1, so an agent can't send or delete mail unless you opt in.

Setup

  1. Install the appcurl -fsSL https://atbridge.ai/install.sh | sh (macOS/Linux) or irm https://atbridge.ai/install.ps1 | iex (Windows), then atbridge bridge install. → Step-by-step guide: Install
  2. Add it to your MCP client — run atbridge mcp setup --client claude|cursor|vscode|jetbrains|antigravity, or add manually:
{
  "mcpServers": {
    "atbridge.ai": { "command": "atbridge", "args": ["mcp"] }
  }
}

Per-client guides: Claude Desktop · Cursor · JetBrains · Antigravity · How your AI connects

Requirements

atbridge is a local server — it needs Thunderbird plus the atbridge add-on (installed by atbridge bridge install), not a remote endpoint. Works on Windows, macOS, and Linux — see Compatibility.

Something not working? → AI says "no tools" · AI can't find anything · macOS Gatekeeper · Windows SmartScreen

See it in action

Outcome-shaped walkthroughs in the recipes: the auto-triaged inbox, stay on top of your week, search & summarise, fully private AI via Ollama.

Prefer scripts and cron over chat? There's a full CLI with the same five domains — JSON in, JSON out.

🤖 For AI agents reading this: a plain-text reference of every tool and command lives at https://atbridge.ai/docs/reference/for-agents/

Comments

More Communication MCP servers