Skip to main content
Magic Meal Kits CLI The mmk CLI wraps the most common Magic Meal Kits operations for the terminal — and it’s the foundation the skills run on. This page covers installing and connecting it; head to Skills for ready-made automations.
The CLI is in beta (0.x.y-beta). Install with the @beta tag.

Install

Install globally from npm (requires Node.js 18+):
npm install -g @magic-meal-kits/cli@beta
Verify it’s on your PATH:
mmk --version

Connect to your deployment

Point the CLI at the deployment that the installer created in your Google Cloud project, then sign in:
mmk config set server <your-server-url>
mmk auth login
Your server URL and API key come from the Magic Meal Kits app status page — you don’t hand-craft them. See Authentication for where to find them and how the X-API-KEY header works.
Once connected, every command runs against your own server with your own key.

Next

Skills

Install the MMK skills and drive Notion, Paymint, Threads, YouTube, and Plaud from your agent.

Authentication

Where the server URL and API key come from, plus license tiers.