HuggingFace Spaces
CommunitybyCommunity
Use HuggingFace Spaces for image, audio, and text tasks.
API Key Required
Configuration
{
"mcpServers": {
"huggingface-spaces": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-huggingface-spaces"
],
"env": {
"HUGGINGFACE_SPACES_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.