io.github.vitalio-sh/thunderbird-cli MCP Server
io.github.vitalio-sh/thunderbird-cli
What is the io.github.vitalio-sh/thunderbird-cli MCP server?
Give AI agents full read/write email access via Mozilla Thunderbird. Zero credentials.
How to install io.github.vitalio-sh/thunderbird-cli
Copy-paste configuration for popular MCP clients.
TB_BRIDGE_HOSTHostname of the thunderbird-cli-bridge (default: 127.0.0.1). Set to host.docker.internal when running inside a container.
TB_BRIDGE_PORTHTTP port of the thunderbird-cli-bridge (default: 7700).
{
"mcpServers": {
"thunderbird-cli": {
"command": "npx",
"args": [
"-y",
"thunderbird-cli-mcp"
],
"env": {
"TB_BRIDGE_HOST": "<YOUR_TB_BRIDGE_HOST>",
"TB_BRIDGE_PORT": "<YOUR_TB_BRIDGE_PORT>"
}
}
}
}{
"mcpServers": {
"thunderbird-cli": {
"command": "npx",
"args": [
"-y",
"thunderbird-cli-mcp"
],
"env": {
"TB_BRIDGE_HOST": "<YOUR_TB_BRIDGE_HOST>",
"TB_BRIDGE_PORT": "<YOUR_TB_BRIDGE_PORT>"
}
}
}
}{
"mcpServers": {
"thunderbird-cli": {
"command": "npx",
"args": [
"-y",
"thunderbird-cli-mcp"
],
"env": {
"TB_BRIDGE_HOST": "<YOUR_TB_BRIDGE_HOST>",
"TB_BRIDGE_PORT": "<YOUR_TB_BRIDGE_PORT>"
}
}
}
}{
"servers": {
"thunderbird-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"thunderbird-cli-mcp"
],
"env": {
"TB_BRIDGE_HOST": "<YOUR_TB_BRIDGE_HOST>",
"TB_BRIDGE_PORT": "<YOUR_TB_BRIDGE_PORT>"
}
}
}
}claude mcp add thunderbird-cli --env TB_BRIDGE_HOST=<YOUR_TB_BRIDGE_HOST> --env TB_BRIDGE_PORT=<YOUR_TB_BRIDGE_PORT> -- npx -y thunderbird-cli-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.