MCP Server
MCP
io.github.vitalio-sh/thunderbird-cli
Give AI agents full read/write email access via Mozilla Thunderbird. Zero credentials.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "thunderbird-cli-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Hostname of the thunderbird-cli-bridge (default: 127.0.0.1). Set to host.docker.internal when running inside a container.",
"format": "string",
"name": "TB_BRIDGE_HOST"
},
{
"description": "HTTP port of the thunderbird-cli-bridge (default: 7700).",
"format": "string",
"name": "TB_BRIDGE_PORT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment