text-sentiment-analyzer / mcp-config.json
kobezorro's picture
Upload folder using huggingface_hub
d35333e verified
raw
history blame contribute delete
215 Bytes
{
"mcpServers": {
"huggingface": {
"command": "npx",
"args": [
"@huggingface/mcp-server-huggingface"
],
"env": {
"HF_API_TOKEN": "YOUR_HF_TOKEN_HERE"
}
}
}
}