One URL, no config files

Connect your cookbook to Claude or ChatGPT.

ReelsMeals is a remote MCP server. Add the URL below to your assistant, sign in with the ReelsMeals account you already have, and approve the permissions. There is no API key to generate and no JSON to paste.

https://reelsmeals.com/api/mcp
Browser sign-in, OAuth 2.1Revoke anytime in Settings

Pick your assistant.

The steps differ slightly, but every one of them ends at the same ReelsMeals approval screen.

Claude

claude.ai and the desktop app
  1. 1Open Settings, then Connectors.
  2. 2Choose Add custom connector.
  3. 3Paste the server URL and click Add.
  4. 4Approve the ReelsMeals permission screen.
https://reelsmeals.com/api/mcp

ChatGPT

Pro, Plus, and Team plans
  1. 1Open Settings, then Connectors.
  2. 2Add a connector using an MCP server URL.
  3. 3Paste the server URL.
  4. 4Approve the ReelsMeals permission screen.
https://reelsmeals.com/api/mcp

Claude Code

Terminal and IDE
  1. 1Run the command below.
  2. 2Run /mcp and pick reelsmeals to authenticate.
  3. 3Approve the ReelsMeals permission screen.
claude mcp add --transport http reelsmeals https://reelsmeals.com/api/mcp

Cursor and VS Code

Any MCP-capable editor
  1. 1Add a remote MCP server in the editor's MCP settings.
  2. 2Use the server URL below with the streamable HTTP transport.
  3. 3Approve the ReelsMeals permission screen when the browser opens.
https://reelsmeals.com/api/mcp
What you are approving

You see the list before anything connects.

The approval screen spells out every permission the assistant is asking for. Nothing is granted silently, and disconnecting takes one click.

Manage connected assistants
  • Read cookbook
  • Edit recipes
  • Import recipes
  • Create meal plans
  • Build shopping lists
  • Read kitchen preferences
  • Edit kitchen preferences
  • Read agent activity

Building your own agent?

The server implements OAuth 2.1 with PKCE, protected resource metadata, and client ID metadata documents, so any conforming MCP client can discover and authorize against it without pre-registration.

Read the resource metadata

No browser? Use a personal key.

Scripts, cron jobs, and self-hosted agents that cannot complete a redirect can still authenticate with a scoped personal API key. Create and revoke them in Settings.

Create an API key