What is Magic Meal Kits?
Magic Meal Kits (MMK) is a self-hosted automation server. When you purchase a license, the installer deploys the MMK image into your own Google Cloud project (Cloud Run,us-west1) together with the Firestore, BigQuery, Secret Manager, and
Cloud Tasks resources it needs. You own the deployment, the data, and the URL.
Once it’s running you can drive it three ways:
HTTP API
~130 endpoints for Notion, Threads, Plaud, Tiro, PDF, YouTube, transcription,
Slack, and more. The surface you build automations against.
MCP
Connect the server’s MCP tools to Claude, Cursor, or any MCP client and let the
model call MMK directly.
CLI
The
mmk CLI wraps the most common operations for the terminal — and powers the
ready-made skills.Vibe-code against your server
These docs are also available to your LLM as an MCP server (/mcp) and as
llms.txt. Point Claude or Cursor at the docs, describe the automation you want, and
the model reads this API reference and writes the code that calls your MMK
deployment. See Docs as MCP.
The docs MCP serves documentation content — it lets an LLM read and search this
reference. It is not a live proxy to your server; the code the LLM writes calls your
own deployment’s URL with your own API key.

