
Mealie MCP Server
by rldiao
Connect your AI assistant to Mealie for comprehensive recipe management, meal planning, and shopping lists.
What it does
This server connects AI assistants to a Mealie instance, turning your LLM into a personal culinary assistant. It allows the AI to manage your entire recipe database, organize meals, and automate shopping lists based on your recipes.
Tools
get_recipes: Search and list recipes with advanced filteringcreate_recipe: Add new recipes to your databaseget_recipe_detailed: Retrieve full recipe instructions and ingredientsadd_recipe_to_shopping_list: Automatically push ingredients to a shopping listget_todays_mealplan: Quickly check what is on the menu for todaycreate_category: Organize your culinary library with new categoriesmark_recipe_last_made: Track your cooking history by updating the last-made date
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mealie-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/path/to/repo/src",
"run",
"server.py"
],
"env": {
"MEALIE_BASE_URL": "https://your-mealie-instance.com",
"MEALIE_API_KEY": "your-mealie-api-key"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
fastmcp install src/server.py --env-var MEALIE_BASE_URL=https://your-mealie-instance.com --env-var MEALIE_API_KEY=your-mealie-api-keyInformation
- Pricing
- free
- Published






