An MCP (Model Context Protocol) server that provides access to the Spoonacular API.
# Set your API key first
export SPOONACULAR_API_KEY="your-api-key-here"
uvx git+https://github.com/smart-mcp-proxy/spoonacular-mcp-serverpip install git+https://github.com/smart-mcp-proxy/spoonacular-mcp-server
export SPOONACULAR_API_KEY="your-api-key-here"
spoonacular-mcp-servergit clone https://github.com/smart-mcp-proxy/spoonacular-mcp-server
cd spoonacular-mcp-server
pip install -e .
export SPOONACULAR_API_KEY="your-api-key-here"
python -m spoonacular_mcp_serverSet your Spoonacular API key as an environment variable:
export SPOONACULAR_API_KEY="your-api-key-here"Get your API key from: https://spoonacular.com/food-api
The server downloads the latest OpenAPI specification directly from Spoonacular's repository and makes all endpoints available as MCP tools.
This server exposes all Spoonacular API endpoints as MCP tools. The server will display the number of available endpoints when it starts.
MIT