SkillHub MCP
SkillHub MCP is an AI resource intelligence server for discovering, searching, and getting recommendations from 20,000+ AI tools, skills, agents, rules, and MCP servers — fully offline with no runtime dependencies.
recommend: Describe a task in natural language and get ranked, relevance-scored recommendations of AI tools, agents, MCP servers, skills, and more. Supports filtering by type and ecosystem.search: Perform targeted keyword searches across the database, filtering by resource type (skill, agent, tool, mcp-server, etc.) or ecosystem (cursor, openai, anthropic, mcp, etc.).get_resource: Retrieve full details about a specific resource by ID or exact name.get_setup_guide: Fetch installation and configuration instructions for any resource.analyze_stack: Describe your technology stack and receive tailored recommendations for complementary AI tools, coding rules, agents, and MCP servers.stats: View statistical information about the resource database.diagnostics: Check system health, including Node.js version, database loading, and AI client configuration status.generate_config: Produce manual configuration files for AI clients like Codex, Claude, Cursor, and Windsurf.
The server operates securely and privately — fully offline, zero runtime dependencies, no shell access, and limited filesystem access.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SkillHub MCPrecommend tools for building a RAG pipeline with LangChain"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
⚡ SkillHub MCP
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.
Quick Start
1. Setup (30 seconds)
npx skillhub-mcp setupThis auto-detects your installed AI clients (Codex, Claude, Cursor, Windsurf) and configures them automatically.
2. Restart your AI client
3. Done!
Your AI assistant can now discover and recommend tools. Try asking it:
"What tools should I use to build a RAG pipeline with LangChain?"
Related MCP server: evc-spark-mcp
CLI Usage
SkillHub also works as a standalone CLI — no MCP client required.
Recommend tools for a task
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: authenticationSearch resources
npx skillhub-mcp search "vector database"Get resource details
npx skillhub-mcp info "LangChain"Database statistics
npx skillhub-mcp statsJSON output
All data commands support --json for piping and scripting:
npx skillhub-mcp recommend "kubernetes" --json | jq '.results[0]'
npx skillhub-mcp stats --jsonMCP Tools
When connected to an AI client, SkillHub exposes these tools:
Tool | Description |
| Analyze a task and recommend relevant resources |
| Search 20,000+ resources by keyword |
| Get full details for a specific resource |
| Get install instructions for any resource |
| Recommend tools based on your tech stack |
Security & Trust
This package is designed to be safe and auditable.
✅ Fully offline — zero network requests, no HTTP calls, no telemetry
✅ Zero runtime dependencies — self-contained bundle, nothing from
node_modules✅ No install scripts — no
postinstall, no code runs onnpm install✅ No eval — no
eval(),new Function(), or dynamic code execution✅ No shell access — no
exec(),spawn(), orchild_processusage✅ Filesystem access only in setup wizard — writes MCP client configs when you explicitly run
setup
See SECURITY.md for full details on runtime behavior and filesystem access.
Diagnostics
npx skillhub-mcp doctorChecks Node.js version, npx path resolution, database loading, and MCP client configuration status.
Manual Client Setup
If the setup wizard doesn't work for your client, generate the config manually:
npx skillhub-mcp print-config codex # Codex (TOML)
npx skillhub-mcp print-config claude # Claude Desktop (JSON)
npx skillhub-mcp print-config cursor # Cursor (JSON)
npx skillhub-mcp print-config windsurf # Windsurf (JSON)Important: The setup wizard uses absolute paths for
npx(e.g.,/opt/homebrew/bin/npx). GUI applications often don't inherit your shell's PATH.
Requirements
Node.js 18+
npm / npx
License
MIT
Sponsors
Become a sponsor on Tribe.run.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceEnables users to search and discover over 500 AI agent endpoints and x402 APIs directly from MCP-compatible clients like Claude and Cursor. It provides tools to query endpoints by keyword, category, or capability while offering access to detailed provider statistics.Last updated
- AlicenseAqualityAmaintenanceSearch and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. Provides tools for searching, browsing categories, and accessing detailed information about each asset.Last updated5225MIT
- AlicenseAqualityDmaintenanceConnects AI coding agents to the SkillFlow marketplace to search, discover, and retrieve detailed information about agent skills. It enables users to browse trending skills, categories, and publisher data directly through MCP-compatible environments.Last updated5641MIT
- AlicenseAqualityDmaintenanceAgent-first skill marketplace MCP server. AI agents discover, install, and share skills across 7 platforms via MCP protocol. 15 tools including skill search, download, upload, and agent discovery.Last updated183MIT
Related MCP Connectors
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.
Search 41,000+ agent skills, MCP servers, plugins & loops — real install counts and stars.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/artuntan/skillhub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server