Cookwith MCP Server

AI-powered recipe generation and transformation tools by Cookwith

Local serverstdio

What is the Cookwith MCP server?

Most developer tooling work still happens through a UI a human drives. Cookwith MCP server moves it into the conversation instead. AI-powered recipe generation and transformation tools by Cookwith.

The short version

An MCP (Model Context Protocol) server that provides AI-powered recipe generation and transformation tools using Cookwith's advanced culinary AI.

Cookwith is an AI-powered cooking platform that generates personalized recipes based on your preferences, dietary restrictions, and taste profile. Learn more at cookwith.co.

  • Recipe Generation — Create custom recipes from natural language descriptions
  • Recipe Transformation — Modify existing recipes based on dietary needs, serving sizes, or other requirements
  • Dietary Support — Handle allergies, dietary restrictions, and nutritional goals
  • Smart Adaptations — Adjust for calories, protein targets, and serving counts

The tools it exposes

The server publishes 5 tools. What each one is for:

  • Productionhttps://cookwith.co/api/mcp
  • Developmenthttp://localhost:3000/api/mcp
  • generate_recipe — Generate a new recipe based on natural language instructions
  • transform_recipe — Transform or modify an existing recipe based on instructions
  • Testing — The Testing tool exposed by this server

Getting it running

The server ships on npm as @modelcontextprotocol/create-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Cookwith's toolset — Production, Development, generate_recipe and 2 more — is a fair guide to whether it matches your workflow. It is maintained by jkakar; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Productionhttps://cookwith.co/api/mcp
Developmenthttp://localhost:3000/api/mcp
generate_recipeGenerate a new recipe based on natural language instructions.
transform_recipeTransform or modify an existing recipe based on instructions.
TestingThe Testing tool exposed by this server.

How to install the Cookwith MCP server

{
  "mcpServers": {
    "cookwith": {
      "command": "npx",
      "args": ["@cookwith/mcp-server"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Cookwith to Production.
  • Use Cookwith to Development.
  • Use Cookwith to generate recipe.

Frequently asked questions

It connects Cookwith to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Production, Development, generate_recipe, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Cookwith directly.