loading…
Search for a command to run...
loading…
Recipe Finder AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Recipe Finder AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Recipe Finder Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
find_recipe |
Find recipes matching available ingredients. Ingredients as comma-separated stri |
substitute_ingredient |
Get ingredient substitutions, optionally filtered by dietary preference. |
plan_weekly_meals |
Generate a weekly meal plan based on preferences. |
estimate_nutrition |
Estimate approximate nutritional content from ingredient list (comma-separated). |
pip install meok-recipe-finder-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"recipe-finder-ai": {
"command": "python",
"args": ["-m", "meok_recipe_finder_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"recipe-finder-ai-mcp": {
"command": "npx",
"args": []
}
}
}