Back to Apps

HuggingDex
Supports UIby satyampsoni
MCP server that brings the Hugging Face Hub to AI agents with model card lookups, search, and side-by-side comparisons.
0 stars
Works in:Cursor
Exposes:ToolsResourcesPrompts
What it does
HuggingDex transforms the Hugging Face Hub into an interactive experience for AI agents. It enables agents to search for models, fetch detailed model cards, and perform multi-model comparisons using a dedicated model-card UI widget for humans to view the results clearly.
Key features
- Interactive Model Cards: Renders a custom Next.js widget showing downloads, likes, licenses, and pipeline tags.
- Parallel Comparison: Fetch and compare 2–10 model cards simultaneously, sorted by popularity.
- Curated Watchlist: Access a tracked-models resource to stay updated on specific high-interest models.
- Structured Evaluation: Pre-built prompts to evaluate model fit for specific use cases.
Installation
- Claude Desktop: Add to
claude_desktop_config.jsonusingsh -c "cd /absolute/path/to/huggingdex && exec node dist/index.js". - Cursor: Add as an MCP server in the settings using the same command sequence.
Supported hosts
- Claude Desktop
- Cursor
- Cline
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 6/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the command `sh -c "cd /absolute/path/to/huggingdex && exec node dist/index.js"` to Cursor MCP settings.Claude Desktop
{"mcpServers": {"huggingdex": {"command": "sh", "args": ["-c", "cd /absolute/path/to/huggingdex && exec node dist/index.js"]}}}





