spoonacular-mcp
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., "@spoonacular-mcpsearch for vegan dinner recipes"
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.
Spoonacular MCP Server
A Model Context Protocol (MCP) server that provides access to the Spoonacular Food API. This server enables AI assistants to search for recipes, get nutritional information, find ingredients, and more through the MCP protocol.
Features
Recipe Search: Search for recipes by ingredients, diet, cuisine, and other criteria
Recipe Information: Get detailed recipe information including ingredients, instructions, and nutrition
Ingredient Search: Find and explore ingredient information
Nutrition Analysis: Analyze nutrition for ingredient lists
Recipe by Ingredients: Find recipes based on available ingredients
Random Recipes: Get random recipe suggestions with optional filtering
Related MCP server: Mealie MCP Server
Quick Start
Installation
npm install -g spoonacular-mcpSetup
Get a Spoonacular API key (free at https://spoonacular.com/food-api/console#Dashboard)
Set your API key as an environment variable:
# Windows (PowerShell) $env:SPOONACULAR_API_KEY="your_api_key_here" # macOS/Linux export SPOONACULAR_API_KEY="your_api_key_here"
Usage with MCP Clients
Add this configuration to your MCP client (Claude Desktop, etc.):
{
"servers": {
"spoonacular": {
"command": "spoonacular-mcp",
"env": {
"SPOONACULAR_API_KEY": "your_api_key_here"
}
}
}
}Test the Installation
# Set your API key
export SPOONACULAR_API_KEY="your_key_here"
# Test the server
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | spoonacular-mcpAvailable Tools
search_recipes
Search for recipes with various filters.
Parameters:
query(string): Search query for recipesnumber(number, 1-100): Number of results (default: 10)diet(string, optional): Diet type (vegetarian, vegan, gluten-free, etc.)intolerances(string, optional): Comma-separated intolerancesincludeIngredients(string, optional): Required ingredients (comma-separated)excludeIngredients(string, optional): Ingredients to exclude (comma-separated)type(string, optional): Meal type (main course, side dish, dessert, etc.)cuisine(string, optional): Cuisine type (italian, mexican, chinese, etc.)
get_recipe_information
Get detailed information about a specific recipe.
Parameters:
id(number): Recipe IDincludeNutrition(boolean): Include nutrition information (default: false)
search_ingredients
Search for ingredients by name.
Parameters:
query(string): Ingredient search querynumber(number, 1-100): Number of results (default: 10)metaInformation(boolean): Include meta information (default: false)
analyze_nutrition
Analyze nutrition for a list of ingredients.
Parameters:
ingredientList(string): List of ingredients, one per lineservings(number): Number of servings
find_recipes_by_ingredients
Find recipes based on available ingredients.
Parameters:
ingredients(string): Comma-separated list of available ingredientsnumber(number, 1-100): Number of recipes (default: 5)ranking(number, 1-2): Ranking strategy (1=maximize used, 2=minimize missing)
get_random_recipes
Get random recipes with optional filtering.
Parameters:
number(number, 1-100): Number of random recipes (default: 1)tags(string, optional): Comma-separated tags for filtering
Development
To run in development mode:
npm run devTo build:
npm run buildAPI Rate Limits
The free Spoonacular API plan includes:
150 requests per day
Rate limiting applies
Consider upgrading to a paid plan for production use.
License
ISC
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
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-qualityDmaintenanceEnables querying food nutritional information, discovering recipes by ingredients or diet type, getting ingredient substitutions, and receiving personalized food recommendations based on mood and season.Last updated
- Alicense-qualityCmaintenanceEnables AI assistants to interact with Mealie recipe databases, allowing users to manage and query their recipes through natural language conversations.Last updated27MIT
- AlicenseCqualityDmaintenanceProvides access to the Nutrition By Api Ninjas API to extract detailed nutritional information from natural language food queries. It enables users to retrieve data such as calories, vitamins, and macros from text descriptions of meals.Last updated1MIT
- Alicense-qualityCmaintenanceProvides access to the Spoonacular food API for recipes, nutrition, ingredients, and meal plans.Last updatedMIT
Related MCP Connectors
Spoonacular food API: recipes, nutrition, ingredients, meal plans. Free 150/day.
Recipes MCP — wraps TheMealDB API (free tier, no auth)
AI-native restaurant discovery: verified/menu-indexed/discovered tiers + signed allergy-safety data.
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/ddsky/spoonacular-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server