A simple MCP server and host/client built using Gradio with a Hugging Face AI inference.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gradio-mcp-sentiment": {
"command": "npx",
"args": [
"-y",
"macko358/gradio-mcp-sentiment-analysis"
]
}
}
}
Run in terminal:
claude mcp add gradio-mcp-sentiment npx -y macko358/gradio-mcp-sentiment-analysis
Add to .cursor/mcp.json:
{
"mcpServers": {
"gradio-mcp-sentiment": {
"command": "npx",
"args": [
"-y",
"macko358/gradio-mcp-sentiment-analysis"
]
}
}
}