AI Assistants (Claude & ChatGPT)
RecipeSaint connects to AI assistants through the Model Context Protocol (MCP). Once connected, your assistant can search over a million recipes, save the ones you like, write new recipes into your account, plan menus, and build shopping lists — all in plain conversation, all under permissions you approve.
What your assistant can do
- Search — "Find me a weeknight pad thai" uses the same search as the site, including filters
- Save recipes — "Save the second one" bookmarks it with precise AI-extracted ingredients
- Write recipes — "Turn this into a recipe in my account" creates a recipe under My Recipes, labeled with the assistant's name so you always know where it came from
- Plan menus — build a Thanksgiving dinner or a week of training meals as a menu of saved and authored recipes
- Build shopping lists — "Put the ingredients for the whole menu on a shopping list", with quantities
Connect Claude
- In Claude (claude.ai or the desktop app), open Settings → Connectors
- Click Add custom connector
- Paste:
https://www.recipesaint.com/api/mcp - Click Connect — you'll be sent to RecipeSaint to sign in
- Review the permissions and click Connect on the consent screen
That's it. Start a new conversation and ask Claude to find you dinner.
Connect ChatGPT
ChatGPT supports custom MCP connectors through Developer Mode (available on Plus, Pro, Business, Enterprise, and Edu plans, on the web app):
- In ChatGPT, open Settings → Apps → Advanced settings and turn on Developer mode
- Go to Settings → Connectors and click Create
- Enter
https://www.recipesaint.com/api/mcpas the MCP server URL with OAuth authentication - Authorize with your RecipeSaint account when prompted
Permissions
When you connect, RecipeSaint shows exactly what the assistant may do — searching, reading and changing recipes, shopping lists, and menus are each separate permissions. The assistant only gets what you approve, and you can disconnect at any time from your assistant's settings.
Recipes an assistant creates are marked with its name in your Recipe Management dashboard, so your own recipes and assistant-written ones are always distinguishable.
Prefer an API token?
Developers and power users can skip OAuth and connect any MCP client with a
personal API token from Account → API Tokens, sent as an
Authorization: Bearer header. The token's permission checkboxes control
what the client can do. Details in the developer documentation.