HowToCook-mcp
411
The HowToCook-MCP Server is a Model Context Protocol server that empowers AI assistants to function as personal chefs. It aids users in meal planning and recipe recommendations, with features like categorized searches and intelligent meal suggestions.
npx
{ "mcpServers": { "howtocook-mcp": { "command": "npx", "args": [ "-y", "howtocook-mcp" ] } } }
node
{ "mcpServers": { "howtocook-mcp": { "command": "node", "args": [ "youpath\\howtocook-mcp\\build\\index.js" ] } } }