Magic Meal Kit MCP server

Plan meals, import recipes from any URL, and build shopping lists just by asking. Magic Meal Kit exposes a Model Context Protocol server, so any MCP-compatible assistant can connect to your recipes.

Server URL

https://api.magicmealkit.com/functions/v1/mcp-server

What it can do

Nearly anything you can do inside the Magic Meal Kit app is available through the connector. Some examples:

  • "What's in my Taco Tuesday box and can you make an Instacart list?"
  • "Import this recipe URL and add it to my meal plan for next week."
  • "Create a box with 5 quick and easy meals that have 30g+ of protein each."
  • "Update my dietary preferences to vegetarian and gluten free."

Claude

Works on Claude.ai, Claude Desktop, and Claude Code.

Claude.ai or Claude Desktop. Open Settings → Connectors → Add custom connector, then paste the server URL.

Claude Code. Run:

claude mcp add --transport http magic-meal-kit https://api.magicmealkit.com/functions/v1/mcp-server

ChatGPT

Custom MCP connectors in ChatGPT run in Developer Mode. Plus and Pro accounts can read recipes; writing (import, create, update) needs Business, Enterprise, or Edu.

  1. Open Settings → Apps & Connectors → Advanced settings and toggle Developer Mode on.
  2. Go to Apps & Connectors → Add new connector.
  3. Name it Magic Meal Kit, paste the server URL, set authentication to OAuth, check "I trust this application", and click Create.

Gemini CLI

Add Magic Meal Kit to your Gemini CLI config at ~/.gemini/settings.json:

{
  "mcpServers": {
    "magic-meal-kit": {
      "httpUrl": "https://api.magicmealkit.com/functions/v1/mcp-server"
    }
  }
}

Restart Gemini CLI; it'll prompt you to sign in to Magic Meal Kit the first time it calls a tool.

Cursor and other MCP clients

Magic Meal Kit speaks Model Context Protocol over Streamable HTTP. Any MCP-compatible client — Cursor, MCP Inspector, your own agent — can connect using the server URL above.

Authorizing

You'll need a Magic Meal Kit account. The first time your assistant calls a tool, it'll open a sign-in page where you approve access. After that, your assistant can use the connector until you revoke it from its settings.

Need help?

Email support@magicmealkit.com and we'll get back to you.

Ready to get cooking?

Create a free Magic Meal Kit account and start planning meals in seconds.