> ## Documentation Index
> Fetch the complete documentation index at: https://docs.magicmealkits.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Magic Meal Kits

> An automation server you deploy into your own GCP project — drive it from your code, from Make.com, or from an LLM over MCP.

## 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:

<CardGroup cols={3}>
  <Card title="HTTP API" icon="code" href="/api-reference/overview">
    \~130 endpoints for Notion, Threads, Plaud, Tiro, PDF, YouTube, transcription,
    Slack, and more. The surface you build automations against.
  </Card>

  <Card title="MCP" icon="plug" href="/mcp/overview">
    Connect the server's MCP tools to Claude, Cursor, or any MCP client and let the
    model call MMK directly.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli/overview">
    The `mmk` CLI wraps the most common operations for the terminal — and powers the
    ready-made [skills](/cli/skills).
  </Card>
</CardGroup>

## 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](/mcp/docs-as-mcp).

<Note>
  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.
</Note>

## Where to go next

<CardGroup cols={2}>
  <Card title="Install into your GCP" icon="cloud" href="/installation" />

  <Card title="Authentication" icon="key" href="/authentication" />

  <Card title="Quickstart" icon="rocket" href="/quickstart" />

  <Card title="API Reference" icon="book" href="/api-reference/overview" />
</CardGroup>
