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):
Install dependencies
If you use Poetry:
Otherwise, if there is a
requirements.txtor you prefer pip editable install:
Run the application
Run the main script (quick run):
Testing
Run tests with pytest:
Development 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)
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.