🍳 HowToCook-MCP Server 🥘 -- 炫一周好饭,拒绝拼好饭
About
A recipe database server providing meal planning, recipe recommendations, and menu suggestions for daily meals.
Details
- Author
- worryzyy
- GitHub stars
- 726
- Downloads
- 1,555
- Categories
- Other, Database, Knowledge Base
Jump to
- Query all available recipes from the cookbook
- Filter recipes by category (e.g., breakfast, seafood, meat)
- Retrieve full details for a specific recipe
- Generate a weekly meal plan with dietary constraints
- Pick a random daily menu for indecisive users
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
🍳 HowToCook-MCP Server 🥘 -- 炫一周好饭,拒绝拼好饭Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Node.js 16.0.0+, then clone the repository or install globally via npm install -g howtocook-mcp. Configure the MCP client (e.g., Cursor) with the server name howtocook-mcp and the command npx -y howtocook-mcp. Start the server with npm start or run directly with node build/index.js. Use --transport <stdio|http|sse> and --port <number> to customize the transport and port (defaults: stdio, port 3000).
mcp_howtocook_getAllRecipes
获取所有菜谱
mcp_howtocook_getRecipesByCategory
根据分类查询菜谱,可选分类有: 水产, 早餐, 调料, 甜品, 饮品, 荤菜, 半成品加工, 汤, 主食, 素菜
mcp_howtocook_recommendMeals
根据用户的忌口、过敏原、人数智能推荐菜谱,创建一周的膳食计划以及大致的购物清单
mcp_howtocook_whatToEat
不知道吃什么?根据人数直接推荐适合的菜品组合
mcp_howtocook_getRecipeById
根据菜谱名称或ID查询指定菜谱的完整详情,包括食材、步骤等
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\ud83c\udf73 howtocook-mcp server \ud83e\udd58 -- \u70ab\u4e00\u5468\u597d\u996d\uff0c\u62d2\u7edd\u62fc\u597d\u996d": {
"howtocook-mcp": {
"command": "npx",
"args": [
"-y",
"howtocook-mcp"
]
}
}
}
}
McpServers
{
"howtocook-mcp": {
"command": "npx",
"args": [
"-y",
"howtocook-mcp"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





