Thermomix-MCP
Fetches recipe data from Instagram posts, including captions and optional audio transcription from video reels.
Provides fallback image search for recipe images when the source does not supply one.
Fetches recipe data from TikTok posts, including captions and audio transcription, with deep-hunt capability to find original recipe if not present.
Extracts recipes from YouTube videos by parsing descriptions and transcripts.
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., "@Thermomix-MCPConvert this Chefkoch recipe to Thermomix format."
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.
Thermomix-MCP
Rezepte aus beliebigen Quellen (Rezept-Websites, YouTube, Instagram, TikTok, KI) in ein Thermomix-Rezept verwandeln — und wahlweise direkt in Cookidoo → „Meine Kreationen" hochladen, inkl. Guided-Cooking-Schritten und Bild, sodass es am TM7 abrufbar ist.
Zwei Betriebsarten:
MCP-Server (Chat-Flow) — Claude bekommt die Rohdaten und baut das Rezept.
Webhook (headless) — nimmt eine geteilte URL entgegen und macht die Umwandlung selbst per Anthropic-API. Ideal für einen „aus jeder App teilen"-Flow.
Kein offizielles Vorwerk-/Cookidoo-API. Der Cookidoo-Upload nutzt eine reverse-engineerte Schnittstelle (
cookidoo-api
rohe
created-recipes-Endpoints) und ein aktives Cookidoo-Abo. Das kann jederzeit brechen. Der TM7 selbst lässt sich nicht fernsteuern — nur Content-Sync über den Account.
Quellen
Quelle | Weg |
Rezept-Websites (Chefkoch & Co.) |
|
YouTube | Beschreibung + Transkript |
Instagram / TikTok | Caption (oEmbed), optional Tonspur-Transkription (Whisper) |
KI-generiert | Claude erstellt das Rezept ohne Quelle |
Enthält ein Post kein Rezept (z. B. TikTok-Caption „recipe on the blog"), sucht der Deep-Hunt die Original-Rezeptseite per Websuche und transkribiert notfalls die Tonspur.
Related MCP server: yes_chef_mcp
MCP-Tools & Prompts
Tool | Zweck |
| Rezept-Rohdaten aus Web/YouTube/Instagram/TikTok |
| Fallback-Bildsuche (Pexels) |
| Rezept-Karte als |
| Rezept nach Cookidoo hochladen (Guided) |
Prompts: thermomix_guide (TM-Konvertierungsregeln), cookidoo_guide (Modus-Zuordnung).
Setup
uv sync # Kern
uv sync --extra cookidoo # + Cookidoo-Upload
uv sync --extra whisper # + Audio-Transkription (Social-Reels)
cp .env.example .env # Keys/Optionen eintragenffmpeg wird für YouTube-/Social-Audio gebraucht (brew install ffmpeg).
In Claude Code einbinden
claude mcp add thermomix -- uv --directory /pfad/zu/thermomix-mcp run thermomix-mcpDann z. B.: „Mach mir aus dieser Chefkoch-URL ein Thermomix-Rezept."
Webhook — „aus jeder App teilen"
uv run thermomix-webhook # startet auf 0.0.0.0:8787Endpunkte:
GET /health→ StatusPOST /recipemit{"url": "…", "caption": "…"(optional)}und HeaderX-Auth-Token: <WEBHOOK_TOKEN>→ extrahiert, wandelt um, speichert die Karte, lädt (wenn konfiguriert) nach Cookidoo hoch. Rezeptlose Video-Posts → sofort202+ Deep-Hunt im Hintergrund.
Für den Zugriff von unterwegs den Webhook über einen Tunnel freigeben (z. B.
Tailscale Funnel oder Cloudflare Tunnel — feste
HTTPS-URL, keine Portfreigabe). Ein iOS-Kurzbefehl im Teilen-Menü POSTet die geteilte URL
dorthin. Vor jeder öffentlichen Exposure WEBHOOK_TOKEN setzen.
Konfiguration (.env)
Variable | Zweck |
| Zielordner für Rezept-Karten (Default |
| Fallback-Bildsuche (kostenlos) |
|
|
|
|
| Webhook: für die headless-Umwandlung nötig |
| Webhook-Modell (Default Haiku; |
| Webhook: Auth-Token — vor öffentlicher Exposure zwingend |
| Webhook-Bind (Default |
| Cookidoo-Upload (braucht aktives Abo) |
Lizenz
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceLets Claude read recipes from your Cookidoo account and create TM7-optimized custom recipes with guided-cooking annotations, quality scoring, and automatic rollback on upload failure.Last updatedMIT
- Flicense-qualityDmaintenanceEnables AI assistants to search recipes, compose nutritionally balanced meals, optimize weekly meal plans based on macro targets for family members, and generate consolidated grocery lists from a personal recipe database.Last updated
- Alicense-qualityBmaintenanceMCP server for Cookidoo, enabling AI tools to search recipes, manage shopping lists, and retrieve account and subscription information.Last updated1GPL 3.0
- Alicense-qualityBmaintenanceEnables LLMs to upload and manage Thermomix recipes on Cookidoo, including structured steps with Thermomix settings, images, and access to shopping lists and meal planning.Last updatedMIT
Related MCP Connectors
Turn long videos into AI-curated short clips: caption, reframe, thumbnail, schedule, and publish.
Turn a TikTok/Instagram/YouTube link into text for your AI: metadata, transcript and image OCR.
Clip videos into captioned shorts, add captions & schedule posts — from Claude, ChatGPT, Cursor.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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