mcp -fav-recipes
MPC server with recipes showcasing use of MCP resources and prompts
claude mcp add --transport stdio ihrpr-mcp-server-fav-recipes npx -y mcp-server-fav-recipes
How to use
This MCP server, mcp-server-fav-recipes, demonstrates a curated set of recipe-related prompts and MCP resource usage within the MCP framework. It exposes a collection of prompts and actions designed to help users explore how MCP resources can be integrated into a conversational flow around favorite recipes. You can start the server using the package name and then interact with the included prompts to fetch, filter, and present recipe ideas, nutritional information, and substitutions. Use the built-in commands to navigate recipe prompts, view example MCP resource integrations, and experiment with prompt chaining to see how resources influence responses.
How to install
Prerequisites:
- Node.js (LTS version) and npm installed on your system
- Basic familiarity with using npx or npm to run MCP server packages
Installation steps:
-
Ensure Node.js and npm are installed. Verify with: node -v npm -v
-
Run the MCP server directly via npx (no local installation required): npx -y mcp-server-fav-recipes
-
(Alternative) Install globally and run locally: npm install -g mcp-server-fav-recipes mcp-server-fav-recipes
-
If you clone a repository, install dependencies and start the server as you would with a Node.js project, typically: npm install npm start
-
Configure any environment variables as needed (see additional notes).
Additional notes
Tips:
- If using npx, the server will fetch the latest release of mcp-server-fav-recipes. Use a specific version tag if you need reproducible results, e.g., npx -y mcp-server-fav-recipes@1.0.0
- Common environment variables may include API keys or feature toggles for recipe resources. Refer to the project’s documentation for exact names.
- The server exposes prompts and actions that illustrate how MCP resources are integrated; you can extend it by adding more prompts or by wiring additional resources into the MCP framework.
- If you encounter issues with dependencies, ensure your Node.js version aligns with the package requirements and clear npm cache if needed.
Related MCP Servers
iterm
A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance
mcp
Octopus Deploy Official MCP Server
furi
CLI & API for MCP management
editor
MCP Server for Phaser Editor
DoorDash
MCP server from JordanDalton/DoorDash-MCP-Server
mcp
MCP сервер для автоматического создания и развертывания приложений в Timeweb Cloud