mcp-recipes

degentics-ai/mcp-recipes

3.1

If you are the rightful owner of mcp-recipes and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A server that exposes tools to query recipes using the Model Context Protocol (MCP).

MCP Recipes Server

A server that exposes tools to query recipes using the Model Context Protocol (MCP).

Features

  • Query recipes by name, ingredients, cuisine, or ID

Installation

# Clone the repository
git clone <repository-url>
cd mcp-recipes

# Install dependencies
yarn install

Usage

Starting the server

# Development mode
yarn dev

# Production mode
yarn build
yarn start

The server will start on port 3000 by default. You can change this by setting the PORT environment variable.

Running the client example

# Make sure the server is running in another terminal
yarn client

License

MIT