npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

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.

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-mcp

Default port: 3847. Configure with:

  • MCP_PORT — Server port
  • SAVOR_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