spoonacular-mcp-server

smart-mcp-proxy/spoonacular-mcp-server

3.2

If you are the rightful owner of spoonacular-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Spoonacular MCP Server provides access to the Spoonacular API through a Model Context Protocol server.

Spoonacular MCP Server

An MCP (Model Context Protocol) server that provides access to the Spoonacular API.

Installation & Usage

Using uvx (recommended)

# Set your API key first
export SPOONACULAR_API_KEY="your-api-key-here"
uvx git+https://github.com/smart-mcp-proxy/spoonacular-mcp-server

Using pip

pip install git+https://github.com/smart-mcp-proxy/spoonacular-mcp-server
export SPOONACULAR_API_KEY="your-api-key-here"
spoonacular-mcp-server

Development

git 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_server

Configuration

API Key (Required)

Set 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.

Available Endpoints

This server exposes all Spoonacular API endpoints as MCP tools. The server will display the number of available endpoints when it starts.

License

MIT