gradio-mcp-sentiment-analysis

macko358/gradio-mcp-sentiment-analysis
★ 0 stars Unknown language AI/LLM Updated 6d ago
A simple MCP server and host/client built using Gradio with a Hugging Face AI inference.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}