ReciMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ReciMCPAdd this lasagna recipe to my favorites collection"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ReciMCP
Lightweight Python project for working with recipes and favourites (service-style layout).
This repository contains application code under src/ grouped into app/, core/, and libs/ modules.
Key ideas
src/app— application wiring, API surface and configurationsrc/core— business logic (commands, interfaces, queries)src/libs— infrastructure code (persistence, external clients)
Requirements
Python 3.11+ (project bytecode indicates 3.12 compatibility; 3.11+ recommended)
Quickstart
Create and activate a virtual environment (macOS / zsh):
python -m venv .venv
source .venv/bin/activateInstall dependencies
If you use Poetry:
poetry installOtherwise, if there is a
requirements.txtor you prefer pip editable install:
pip install -r requirements.txt # if present
# or
pip install -e .Run the application
Run the main script (quick run):
python src/main.pyTesting
Run tests with pytest:
pytest -qDevelopment notes
The repository uses a
src/layout. Keep package imports relative tosrc(e.g.from app import ...).Common files/directories to ignore are already included in
.gitignore(virtualenvs, bytecode, editor folders, etc.).
Project structure (high level)
src/
main.py # entry point
app/ # API, config, DI container
core/ # domain logic and interfaces
libs/ # infra (clients, repositories)Contributing
Please open an issue for feature requests or bugs, and submit pull requests with a clear description.
Add unit tests for new behavior and keep changes small.
License & Contact
Add your preferred license file (e.g.
LICENSE) if you plan to open-source this project.For questions, contact the repository owner or maintainers.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA TypeScript-based MCP server that provides backend API handling and facilitates communication between microservices. Features an organized structure with controllers, routes, and models for easy extensibility and maintenance.2701MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables users to search for recipes and cooking instructions via the API Ninjas Recipe API. It supports querying specific dishes and provides paginated results for recipe discovery.1MIT
- Alicense-qualityDmaintenanceMCP server for meal planning and grocery list generation, enabling recipe storage, meal plan creation, and automated grocery lists with ignored ingredients.2MIT
- FlicenseAqualityDmaintenanceMCP server that provides cooking recipe lookup, classification, and weekly meal planning based on dietary restrictions and allergies.5
Related MCP Connectors
Recipes MCP — wraps TheMealDB API (free tier, no auth)
Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P…
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Banyango/ReciMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server