meals-mcp-server
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., "@meals-mcp-serverfind me a recipe for chicken"
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.
š½ļø meals-mcp-server
A Model Context Protocol (MCP) server that connects Claude AI to a live meals database. Ask Claude anything about meals ā search by name, ingredient, or ID, or get a random meal suggestion ā all through natural language.
š Project Structure
meals-mcp-server/
ā
āāā meals_server.py # MCP server ā all tools defined here
āāā requirements.txt # Python dependencies
āāā README.md
āāā screenshots/
āāā mcp_server.png
āāā claude_connect.png
āāā meal_by_name.png
āāā meal_by_ingredient.png
āāā meal_by_id.png
āāā random_meal.pngRelated MCP server: Mealie MCP Server
āļø Setup & Installation
1. Clone the repo
git clone https://github.com/YOUR-USERNAME/meals-mcp-server.git
cd meals-mcp-server2. Create a virtual environment
python -m venv venv
source venv/bin/activate # Mac/Linux
venv\Scripts\activate # Windows3. Install dependencies
pip install -r requirements.txt4. Run the server
python meals_server.pyš Connect to Claude Desktop
Open Claude Desktop ā Settings ā Developer
Click Edit Config to open
claude_desktop_config.jsonAdd the following (replace the path with your actual path):
{
"mcpServers": {
"meals": {
"command": "/Users/spartan/Desktop/DATA 236 (Distributed)/Homework/HW 5/part 2/venv/bin/python",
"args": [
"/Users/spartan/Desktop/DATA 236 (Distributed)/Homework/HW 5/part 2/meals_server.py"
]
}
},
"preferences": {
"coworkWebSearchEnabled": true,
"sidebarMode": "chat",
"coworkScheduledTasksEnabled": false
}
}Restart Claude Desktop
The meals tools will appear in Claude's tool panel ā
š§° Available Tools
Tool | Description |
| Search for meals by name |
| Find meals containing a specific ingredient |
| Get full details of a meal by its ID |
| Fetch a random meal suggestion |
šø Screenshots
ā Claude Connected to Meals Server

š„ļø MCP Server Running in Claude

š Search Meals by Name

š„¦ Search by Ingredient

š Meal Details by ID

š² Random Meal

š ļø Built With
MCP (Model Context Protocol) ā Claude tool integration
TheMealDB API ā Meals data source
Python + httpx
š¤ Author
Anushka Khadatkar
GitHub: AnushkaKhadatkar
Email: Anushkak1202@gmail.com
LinkedIn: Anushka Khadatkar
Medium: [Anushka Khadatkar] (https://medium.com/@anushkak1202)
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
- Flicense-qualityDmaintenanceA natural language interface that allows Claude to execute SQL queries on your local MySQL databases, enabling database interaction using natural language.5
- Alicense-qualityAmaintenanceEnables AI assistants to interact with Mealie recipe databases through MCP clients like Claude Desktop.120MIT
- Alicense-qualityCmaintenanceConnects MCP clients like Claude to your Mealie recipe manager, enabling natural language search, creation, import, and updates of recipes.69MIT
- Flicense-qualityDmaintenanceA smart pantry MCP server that gives Claude live access to your pantry ingredients, enabling ingredient tracking, recipe suggestions, and expiry management through natural language.
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Connect your team's living knowledge base ā docs, data, issues, CRM ā to Claude and ChatGPT.
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/AnushkaKhadatkar/meals-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server