← Back to Plugins
MCP Server MCP

io.github.vitalio-sh/thunderbird-cli

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...