artuntan/skillhub-mcp
AI resource intelligence MCP server — recommends skills, tools, agents, rules, and MCP servers from 20,000+ resources
AI Resource Intelligence — Find the right tool for any AI task.
Search, discover, and get recommendations from 20,000+ skills, tools, agents, rules, and MCP servers — all from your terminal or AI client.
[](https://www.npmjs.com/package/skillhub-mcp) [](https://opensource.org/licenses/MIT)
npx skillhub-mcp setupThis auto-detects your installed AI clients (Codex, Claude, Cursor, Windsurf) and configures them automatically.
Your AI assistant can now discover and recommend tools. Try asking it:
> "What tools should I use to build a RAG pipeline with LangChain?"
---
SkillHub also works as a standalone CLI — no MCP client required.
npx skillhub-mcp recommend "build a REST API with authentication"Output:
#1 Express.js ✓ 9.2
Fast, unopinionated web framework for Node.js
tool · cross-platform · expressjs
→ matches technologies: express, node; relevant to: api, coding
#2 Passport.js 8.8
Authentication middleware for Node.js
tool · cross-platform · jaredhanson
→ matches technologies: node; relevant to: authenticationnpx skillhub-mcp search "vector database"npx skillhub-mcp info "LangChain"npx skillhub-mcp statsAll data commands support --json for piping and scripting:
npx skillhub-mcp recommend "kubernetes" --json | jq '.results[0]'
npx skillhub-mcp stats --json---
When connected to an AI client, SkillHub exposes these tools:
| Tool | Description | |------|-------------| | recommend | Analyze a task and recommend relevant resources | | search | Search 20
Loading reviews...