shashidharbabu/MCP-Meal-Server
3.2
If you are the rightful owner of MCP-Meal-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP Meal Server is a lightweight server that provides access to TheMealDB's tools for meal search and retrieval.
Tools
4
Resources
0
Prompts
0
MCP Meal Server
Lightweight MCP server exposing TheMealDB tools for search and retrieval.
Tools
- search_meals_by_name(query, limit=5)
- meals_by_ingredient(ingredient, limit=12)
- meal_details(id)
- random_meal()
Run locally
python -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt && python meals_server.py
Requirements
- Python 3.10+
- Internet access (TheMealDB)