savor-dish-mcp
v1.1.1
Published
MCP server for SAVOR Dish — AI-powered recipe platform with 30 tools, 9 resources, 14 prompts. Search 800+ recipes, get nutrition analysis, meal planning with Instacart grocery delivery, cooking tips, ingredient substitutions, and more.
Maintainers
Readme
SAVOR Dish MCP Server
A Model Context Protocol server for SAVOR Dish, the AI-powered cooking platform. 30 tools, 9 resources, and 14 prompts for recipe search, nutrition analysis, meal planning, cooking guidance, and Instacart grocery delivery.
Remote Server (Recommended)
Connect directly — no installation needed:
Endpoint: https://savordish.com/mcp
Transport: Streamable HTTP
Claude Desktop Configuration
{
"mcpServers": {
"savor-dish": {
"url": "https://savordish.com/mcp",
"transport": "streamable-http"
}
}
}Local Server (npm)
npm install -g savor-dish-mcp
savor-dish-mcpDefault port: 3847. Configure with:
MCP_PORT— Server portSAVOR_API_URL— API base URL (default: https://savordish.com)
Claude Desktop (Local)
{
"mcpServers": {
"savor-dish": {
"command": "npx",
"args": ["savor-dish-mcp"]
}
}
}Tools (30)
Recipe Discovery (9)
| Tool | Description |
|------|-------------|
| recipes.search | Search by keyword, cuisine, meal type, or dietary preference |
| recipes.get | Full recipe details with ingredients, instructions, nutrition |
| recipes.list_by_cuisine | Browse by cuisine (Vietnamese, Italian, Mexican, etc.) |
| recipes.get_trending | Currently popular recipes |
| recipes.get_random | Random recipe suggestion with optional filters |
| recipes.get_quick | Quick recipes within a time limit |
| recipes.get_dietary | Filter by diet (vegan, keto, gluten-free, etc.) |
| recipes.seasonal | Seasonal recipes for spring/summer/fall/winter |
| recipes.collections | Curated themed collections |
Recipe Analysis (4)
| Tool | Description |
|------|-------------|
| recipes.find_by_ingredient | Find recipes from ingredients on hand |
| recipes.compare | Compare 2-5 recipes side-by-side |
| recipes.scale | Scale recipe for different serving sizes |
| recipes.get_nutrition | Nutrition info for a recipe |
Nutrition (5)
| Tool | Description |
|------|-------------|
| nutrition.analyze | Deep nutritional breakdown |
| nutrition.compare | Compare nutrition of multiple recipes |
| nutrition.find_by_macros | Find recipes by calorie/protein/carb targets |
| nutrition.daily_plan | Calorie-optimized daily meal plan |
| nutrition.meal_score | Rate meal plan nutritional quality (0-100) |
Cooking Guidance (5)
| Tool | Description |
|------|-------------|
| cooking.get_tips | Expert tips for any technique or ingredient |
| cooking.get_substitutions | Ingredient substitutions for diets or allergies |
| cooking.convert_units | Convert cooking measurements |
| cooking.pair_beverages | Wine, beer, cocktail, and NA pairings |
| cooking.meal_prep_guide | Batch cooking and storage instructions |
Shopping & Planning (3)
| Tool | Description |
|------|-------------|
| shopping.generate_grocery_list | Grocery list from recipes with Instacart |
| shopping.instacart | Instacart delivery link for recipe ingredients |
| meals.plan | Multi-day meal plan with preferences |
Platform (2)
| Tool | Description |
|------|-------------|
| platform.get_info | Features, pricing, integrations |
| cuisines.explore | All cuisines with recipe counts |
Resources (9)
| Resource | URI |
|----------|-----|
| Getting Started | savordish://getting-started |
| Trending Recipes | savordish://trending-recipes |
| Platform Info | savordish://platform-info |
| Available Cuisines | savordish://available-cuisines |
| Cooking Tips | savordish://cooking-tips |
| Substitutions | savordish://substitutions |
| Nutrition Overview | savordish://nutrition |
| Instacart Integration | savordish://instacart-integration |
| API Reference | savordish://api-reference |
Prompts (14)
| Prompt | Description |
|--------|-------------|
| recipeSearch | Find recipes matching criteria |
| mealPlanSuggestion | Personalized meal plan |
| cookingHelp | Cooking guidance and tips |
| exploreCuisine | Discover a world cuisine |
| groceryShopping | Grocery list with Instacart |
| nutritionAnalysis | Nutrition analysis workflow |
| fitnessEating | Fitness-optimized meal plan |
| healthySwap | Make recipes healthier |
| weeknightDinner | Quick 30-minute dinners |
| budgetMeals | Budget-friendly weekly meals |
| dinnerParty | Complete dinner party menu |
| mealPrep | Sunday meal prep planning |
| whatToMake | Recipes from available ingredients |
| gettingStarted | Complete usage guide |
Examples
- "Search for Vietnamese pho recipes"
- "What can I make with chicken, rice, and garlic?"
- "Plan my meals for the week, Mediterranean focus"
- "Compare nutrition of pad thai and chicken pho"
- "Quick weeknight dinners under 30 minutes"
- "Vegan substitute for fish sauce"
- "Generate a grocery list and order on Instacart"
Links
- Website: https://savordish.com
- iOS: App Store
- Android: Google Play
- LLM Info: https://savordish.com/llms.txt
License
MIT
