Use ChatGPT, Google Gemini, Claude or Ollama to enhance your emails!
ThunderAI is a Thunderbird add-on that brings AI directly into your mailbox: analyse, write, correct, translate, summarize, tag and optimize your emails, and turn them into calendar events or tasks — without leaving Thunderbird.
You can connect it to a cloud provider (ChatGPT, OpenAI, Google Gemini, Claude) or keep everything local with Ollama or an OpenAI-compatible server.
You can also define, export and import your own custom prompts, and use additional data placeholders in any of them.
Install ThunderAI from the Thunderbird Add-on site, or download the last release from the release page.
Note
Requirements: Thunderbird 140.0 or later.
On first run a Setup Wizard guides you through choosing an AI provider, testing the connection and enabling the automatic features, no manual configuration needed. You can launch it again at any time from the welcome page, the toolbar popup or the settings page.
The Calendar event and Task actions also require the companion add-on ThunderAI Sparks.
Using an API integration, ThunderAI can work on incoming mail on its own:
Drafts, templates, outbox and sent messages are skipped, so a draft is never processed while you are writing it.
- Custom prompts — create, edit, export and import your own prompts, with
{%placeholder%}highlighting, autocomplete and validation while you type - Custom data placeholders — define your own reusable data tokens
- Menu order — drag and drop to choose which prompts appear in the popup and in the context menu, and in which order
- Per-prompt integration — any prompt can use a different AI provider and model than the global one
- AI chat window — conversation turns, the API and model in use, light/dark theme following Thunderbird, per-answer actions and thinking/reasoning blocks
- Quick access — search box in the popup and the
Ctrl+Alt+Ashortcut - Batch processing — run a prompt on many emails, with a progress counter and a stop button
- Many interface languages, check here the list
| Provider | API key | Notes |
|---|---|---|
| ChatGPT Web | not needed | Works with a free account: the prompt is sent through a ChatGPT window. Supports a specific model, a Project, a Custom GPT and temporary chats |
| OpenAI API | required | Model, developer messages, temperature and conversation storage. On reasoning models you can set the reasoning summary and the effort, and send extra JSON parameters with every request |
| Google Gemini | required | Model, temperature, System Instructions and thinking budget — leave the budget empty to let the model decide |
| Claude API | required | Model, system prompt, max tokens, extended thinking budget and effort. The request adapts to the selected model, so the options that a model rejects are disabled instead of failing. Requires the permission "Access your data for sites in the https://anthropic.com domain" |
| Ollama | not needed | Runs fully locally: model, context size, temperature, thinking and forced JSON output. The server must accept requests from the add-on, adding OLLAMA_ORIGINS = moz-extension://* to its environment variables — more info about CORS |
| OpenAI Compatible | optional | Any OpenAI-compatible server, local or remote, such as LM Studio. Ready-made configurations for DeepSeek, Grok, Mistral, OpenRouter and Perplexity, or set the host by hand. The "v1" compatibility segment can be turned off, the model name typed manually when the server exposes no models list, and extra JSON parameters sent with every request |
- ThunderAI home page — features and guides
- Setup Guides — step-by-step guides to connect ThunderAI to the AI backend of your choice, from ChatGPT to local models with Ollama
- Custom Prompt Tutorial — learn how to build your first custom prompt from scratch, combining placeholders and user input to automate your email replies
- ThunderAI Prompt Architect — let ChatGPT help you crafting your custom prompts. Thanks to Paweł for this tool!
- Changelog — all of the changes of ThunderAI
- Found a bug, or have an idea? Open an issue using the bug report or feature request templates.
- Do you want to help translate this add-on? Find out how! Translations are managed on Weblate — please do not edit the locale files directly, only
_locales/en/messages.jsonis edited by hand.
You can find all the information on this page.
Are you using this addon in your Thunderbird?
Consider to support the development making a small donation. Click here!
ThunderAI is released under the GNU General Public License v3.0. See LICENSE for the full text.
- Brazilian Portuguese - Português Brasileiro (pt-br): Bruno Pereira de Souza, Generated automatically, Bruno Scatolin
- Chinese (Simplified) - Jiǎntǐ Zhōngwén (简体中文) (zh_Hans): jeklau, Min9X1n
- Chinese (Traditional) - Fántǐ Zhōngwén (繁體中文) (zh_Hant): evez
- Croatian - Hrvatski (hr): Petar Jedvaj
- Czech - Čeština (cs): Fjuro, Jaroslav Staněk
- French - Français (fr): Generated automatically, Noam
- German - Deutsch (de): Generated automatically
- Greek - Elliniká (Ελληνικά) (el): ChristosK.
- Hungarian - Magyar (hu): Roland S
- Indonesian - Bahasa Indonesia (id): Arif Budiman
- Italian - Italiano (it): Mic
- Japanese - Nihongo (日本語) (ja): Taichi Ito
- Polish - Polski (pl): neexpl, makkacprzak, Michał Stankiewicz, LukaszJal, Generated automatically
- Português - Portuguese (pt): Silvério Santos, Afonso Nóbrega, Antonio Lucena de Faria,
- Russian - Russkiy (русский) (ru): Maksim
- Spanish - Español (es): Gerardo Sobarzo, Andrés Rendón Hernández, Erick Limon
- Swedish - Svenska (sv): Andreas Pettersson, Luna Jernberg
Do you want to help translate this addon? Find out how!
The language status represents the percentage of translated strings in the latest stable release.
- ChatGPT-4 for the help with the addon icon ;-)
- loading.io for the loading SVGs
- Fluent Design System for the Custom Prompts table sorting icons
- JessiGue for the show/hide icon for api key fields
- Iconka.com for various context menu icons
- Icojam for various context menu icons
- Roundicons for the summarize context menu icon
- HideMau for the ai summarize icon
- Hilmy Abiyyu A. for various context menu icons
- bearicons for the empty context menu icon
- meaicon for the add task context menu icon
- chatgpt.js for providing methods to interact with the ChatGPT web frontend
- Julian Harris for his project chatgpt-frontend-nobuild, that has been used as a starting point for the API Web Interface
- Hosted Weblate for managing the localization