Odel
thunderbird cli

thunderbird cli

Local
@vitalio-sh39JavaScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmthunderbird-cli-mcpv1.0.2

Run

npx -y thunderbird-cli-mcp

MCP client config

{
  "mcpServers": {
    "thunderbird-cli": {
      "command": "npx",
      "args": [
        "-y",
        "thunderbird-cli-mcp"
      ]
    }
  }
}