HomeCommunication › thunderbird-cli

thunderbird-cli

Give AI agents full read/write email access via Mozilla Thunderbird. Zero credentials.

JavaScript
★ 48 stars Last pushed 2026-09-15 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y thunderbird-cli-mcp@1.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "thunderbird-cli": {
      "command": "npx",
      "args": [
        "-y",
        "thunderbird-cli-mcp@1.0.2"
      ],
      "env": {
        "TB_BRIDGE_HOST": "<YOUR_VALUE>",
        "TB_BRIDGE_PORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • TB_BRIDGE_HOST — Hostname of the thunderbird-cli-bridge (default: 127.0.0.1). Set to host.docker.internal when running inside a container.
  • TB_BRIDGE_PORT — HTTP port of the thunderbird-cli-bridge (default: 7700).

Related servers

Data from the Official MCP Registry