Skip to content

smart-mcp-proxy/spoonacular-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages