/
AI-powered recipe generation and transformation tools by Cookwith
Server configuration and capabilities from the MCP manifest
Size: 2,622 bytes (656 tokens)
Tools Found: 2
Analysis ID: a8hwh7af
AI-powered recipe generation and transformation tools
Stars
Registry ID: ad9ef150-dd99-4913-b5f4-3769ff823300
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/11/2025
Open Issues: 0
Historical performance and growth metrics over time
{ "bugs": "https://github.com/blaideinc/cookwith-mcp/issues", "name": "io.github.jkakar/cookwith-mcp", "tools": [ { "name": "generate_recipe", "description": "Generate a new recipe based on natural language instructions and dietary preferences", "inputSchema": { "type": "object", "required": [ "prompt" ], "properties": { "prompt": { "type": "string", "description": "Natural language description of the desired recipe" }, "protein": { "type": "string", "description": "Target protein in grams per serving" }, "calories": { "type": "string", "description": "Target calories per serving" }, "dislikes": { "type": "array", "items": { "type": "string" }, "description": "Foods to avoid" }, "servings": { "type": "number", "default": 4, "maximum": 20, "minimum": 1, "description": "Number of servings (1-20)" }, "allergies": { "type": "array", "items": { "type": "string" }, "description": "Ingredients to avoid due to allergies" }, "dietaryRestrictions": { "type": "array", "items": { "type": "string" }, "description": "Dietary restrictions (e.g., vegetarian, vegan, gluten-free)" } } } }, { "name": "transform_recipe", "description": "Transform or modify an existing recipe based on natural language instructions", "inputSchema": { "type": "object", "required": [ "recipe", "instructions" ], "properties": { "recipe": { "type": "object", "required": [ "title", "description", "ingredients", "instructions", "servings" ], "properties": { "title": { "type": "string" }, "servings": { "type": "number" }, "description": { "type": "string" }, "ingredients": { "type": "array", "items": { "type": "string" } }, "instructions": { "type": "array", "items": { "type": "string" } } }, "description": "The recipe to transform" }, "protein": { "type": "string", "description": "New target protein in grams per serving" }, "calories": { "type": "string", "description": "New target calories per serving" }, "servings": { "type": "number", "maximum": 20, "minimum": 1, "description": "New number of servings" }, "instructions": { "type": "string", "description": "Instructions for how to transform the recipe" } } } } ], "author": "Cookwith Team", "license": "MIT", "runtime": "node", "version": "1.0.0", "homepage": "https://cookwith.co", "keywords": [ "recipe", "cooking", "ai", "gpt", "food", "nutrition", "dietary", "meal-planning" ], "transport": [ "stdio", "http" ], "categories": [ "cooking", "recipes", "ai", "food", "nutrition" ], "repository": { "url": "https://github.com/blaideinc/cookwith-mcp", "source": "github" }, "description": "AI-powered recipe generation and transformation tools by Cookwith", "httpEndpoint": "https://cookwith.co/api/mcp", "installation": { "npm": { "package": "@cookwith/mcp-server" }, "docker": { "image": "cookwith/mcp-server:latest" } }, "configuration": { "claudeDesktop": { "args": [ "@cookwith/mcp-server" ], "command": "npx" } }, "minRuntimeVersion": "18.0.0" }
Forks
Watchers
Contributors
Last Push: 9/11/2025
Open Issues: 0