MCP Recipes Server
@degentics-ai
About MCP Recipes Server
A server that exposes tools to query recipes using the Model Context Protocol (MCP).
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 MCP Recipes Server?
MCP Recipes Server is a tool that exposes methods to query recipes through the Model Context Protocol (MCP). It allows users to search for recipes by name, ingredients, cuisine, or ID. It is intended for developers building MCP‑based applications that need recipe data.
How to use MCP Recipes Server?
Clone the repository, install dependencies with yarn install, then run the server using yarn dev (development) or yarn build and yarn start (production). The server starts on port 3000 by default; set the PORT environment variable to change it. A client example is provided and can be run with yarn client while the server is running.
Key features of MCP Recipes Server
- Query recipes by name, ingredients, cuisine, or ID
- Runs as an MCP‑compliant server
- Default port 3000, configurable via
PORTenvironment variable - Simple client example included
Use cases of MCP Recipes Server
- Search for recipes by name in a cooking assistant application
- Find recipes that use specific ingredients
- Browse recipes from a particular cuisine
- Look up a recipe by its unique identifier
FAQ from MCP Recipes Server
How do I install MCP Recipes Server?
Clone the repository, then run yarn install to install dependencies.
How do I start MCP Recipes Server?
Use yarn dev for development or run yarn build followed by yarn start for production.
What port does MCP Recipes Server use?
The default port is 3000. You can change it by setting the PORT environment variable.
What query parameters are supported?
You can query recipes by name, ingredients, cuisine, or ID.
How do I run the client example?
Make sure the server is running, then run yarn client in another terminal.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments