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) |
Capabilities
Features and capabilities supported by this server
| 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 | |
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/modulrdesign/thermomix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server