9 months ago
Allows AI agents to programmatically:
* Search for recipes by keyword
* Retrieve detailed recipe profiles
* Use structured nutritional and ingredient data within conversations or planning
Designed for developers integrating Spoonacular into AI interfaces via the MCP toolset.
Server Config
{
"mcpServers": {
"spoonacular": {
"command": "spoonacular-mcp",
"env": {
"SPOONACULAR_API_KEY": "your_api_key_here"
}
}
}
}