Thermomix-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEBHOOK_HOST | No | Webhook bind host (default: 0.0.0.0) | |
| WEBHOOK_PORT | No | Webhook bind port (default: 8787) | |
| WEBHOOK_TOKEN | No | Auth token for webhook endpoint (required if exposed publicly) | |
| WHISPER_MODEL | No | Whisper model for audio transcription: tiny/base/small/medium (default: base) | |
| COOKIDOO_EMAIL | No | Cookidoo account email for upload (requires active subscription) | |
| PEXELS_API_KEY | No | Fallback image search (free API key from Pexels) | |
| ANTHROPIC_API_KEY | No | Anthropic API key for headless recipe conversion (webhook mode) | |
| COOKIDOO_PASSWORD | No | Cookidoo account password for upload | |
| THERMOMIX_LLM_MODEL | No | LLM model for webhook conversion (default: Haiku; use claude-sonnet-5 for higher quality) | |
| THERMOMIX_OUTPUT_DIR | No | Target directory for recipe cards (default: ./recipes) | |
| YTDLP_COOKIES_FROM_BROWSER | No | Browser for cookies to bypass login walls (e.g., safari, chrome) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch_recipeA | Liest ein Rezept aus einer beliebigen Quelle und gibt Rohdaten zurück. Unterstützt: Rezept-Websites (Chefkoch & Co. via schema.org/Recipe), YouTube (Beschreibung + Transkript), Instagram & TikTok (Caption + optional Audio-Transkript). Nächster Schritt für dich (das aufrufende Modell): Wandle diese Rohdaten in ein
Thermomix-Rezept um — folge den Regeln aus dem Prompt |
| find_recipe_imageA | Sucht ein passendes Gerichtsfoto (Fallback, wenn das Rezept kein eigenes Bild hat). Bevorzuge immer das |
| save_thermomix_recipeA | Speichert die fertige Thermomix-Rezept-Karte als Markdown-Datei.
|
| upload_thermomix_recipeA | Lädt ein Rezept in Cookidoo „Meine Kreationen" hoch → Guided Cooking am TM7.
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| thermomix_guide | Die Regeln, um ein eingelesenes Rohrezept in ein Thermomix-Rezept (Markdown) umzuwandeln. |
| cookidoo_guide | Struktur + Guided-MODE-Zuordnung für den Cookidoo-Upload (upload_thermomix_recipe). |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a distinct and non-overlapping purpose: fetching raw recipe data, finding a fallback image, saving as markdown, and uploading to Cookidoo. No ambiguity.
All tool names follow a consistent verb_noun pattern with underscores (e.g., fetch_recipe, find_recipe_image), making them predictable and easy to understand.
4 tools is on the lower side but appropriate for the focused domain of Thermomix recipe processing. Each tool serves a clear step in the workflow without unnecessary bloat.
The tool set covers the core workflow: fetching, image fallback, saving locally, and uploading. The conversion step is handled by the model via a prompt, so no gap exists.