cookbook-mcp-server
@ZXreaper
About cookbook-mcp-server
一个菜谱mcp server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cookbook-mcp-server": {
"command": "uv",
"args": [
"init",
"cookbook"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is cookbook-mcp-server?
It is an MCP server that provides access to a collection of recipes from the HowToCook GitHub repository. It offers tools to list all dishes and retrieve individual cooking instructions, intended for use with MCP clients like AI coding assistants or IDEs.
How to use cookbook-mcp-server?
Clone the HowToCook repository and set the COOKBOOK_URL constant in cookbook.py to the local dishes folder path. Configure your MCP client with the correct uv command and script path, or switch to SSE transport by modifying the server entry point and client URL settings.
Key features of cookbook-mcp-server
get_all_dishes: retrieve all dish names from the cookbookget_recipe: retrieve a detailed recipe for a specific dish- Supports both stdio and SSE transport modes
- Uses
uvfor dependency and environment management - Easily integrates with MCP clients such as Cursor
Use cases of cookbook-mcp-server
- Querying recipe lists via an AI coding assistant
- Getting step-by-step cooking instructions on demand
- Embedding cookbook data into chat interfaces or IDEs
FAQ from cookbook-mcp-server
What tools does cookbook-mcp-server provide?
It provides get_all_dishes to list all dishes and get_recipe to retrieve a specific recipe.
What dependencies are required to run the server?
You need uv installed, and you must clone the HowToCook repository (dishes folder) to supply the cookbook data.
How do I switch between stdio and SSE transport?
By default the server uses stdio. To use SSE, change the mcp.run() call to mcp.run(transport='sse') and update the client configuration to use an url endpoint with the appropriate port.
Where does the cookbook data come from?
The data comes from the GitHub repository https://github.com/Anduin2017/HowToCook/tree/master—specifically the dishes folder, which must be cloned locally.
Does the server support authentication or other transports?
The README only documents stdio and SSE; no authentication mechanism is mentioned.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments