Home › Communication › thunderbird-cli
thunderbird-cli
Give AI agents full read/write email access via Mozilla Thunderbird. Zero credentials.
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
inbox-zero
An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
whatsapp-mcp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
NotFair
OAuth MCP for Google, Meta, X, LinkedIn, Reddit, TikTok, GSC, GA4, WordPress and GHL.
slack-mcp-server
The most powerful MCP server for Slack Workspaces.
telegram-mcp
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and…
OpenOSINT
AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.
Data from the Official MCP Registry