Thunderbird MCP
Provides tools for searching, composing, and managing email, filters, calendars, contacts, and tasks in Thunderbird.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Thunderbird MCPshow me unread emails from today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Thunderbird MCP
This is a clone of TKasperczyk/thunderbird-mcp after a security audit. For stability, the auto-update mechanism has been removed -- the add-on is updated only manually from this repository.
Installation
Clone the repository:
git clone https://github.com/MebwayCompany/mcp-thunderbird.gitIn Thunderbird, go to Tools > Add-ons and Themes > Install Add-on From File, select
dist/thunderbird-mcp.xpi, then restart Thunderbird.Add the bridge to your MCP client config (e.g.
~/.claude.jsonfor Claude Code):{ "mcpServers": { "thunderbird-mail": { "command": "node", "args": ["/absolute/path/to/mcp-thunderbird/mcp-bridge.cjs"] } } }
Related MCP server: Thunderbird MCP
License
MIT. The bundled httpd.sys.mjs is from Mozilla and licensed under MPL-2.0.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MebwayCompany/mcp-thunderbird'
If you have feedback or need assistance with the MCP directory API, please join our Discord server