AI-powered recipe generation and transformation tools by Cookwith
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.
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.
The server publishes 5 tools. What each one is for:
Production — https://cookwith.co/api/mcpDevelopment — http://localhost:3000/api/mcpgenerate_recipe — Generate a new recipe based on natural language instructionstransform_recipe — Transform or modify an existing recipe based on instructionsTesting — The Testing tool exposed by this serverThe 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.
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.
| Tool | What it does |
|---|---|
| Production | https://cookwith.co/api/mcp |
| Development | http://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. |
{
"mcpServers": {
"cookwith": {
"command": "npx",
"args": ["@cookwith/mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.