SkillHub MCP

SkillHub MCP

Enables AI assistants to search, discover, and get recommendations from 20,000+ skills, tools, agents, rules, and MCP servers.

Category
Visit Server

README

⚡ 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.

npm License: MIT

Quick Start

1. Setup (30 seconds)

npx skillhub-mcp setup

This 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?"


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: authentication

Search resources

npx skillhub-mcp search "vector database"

Get resource details

npx skillhub-mcp info "LangChain"

Database statistics

npx skillhub-mcp stats

JSON output

All data commands support --json for piping and scripting:

npx skillhub-mcp recommend "kubernetes" --json | jq '.results[0]'
npx skillhub-mcp stats --json

MCP Tools

When connected to an AI client, SkillHub exposes these tools:

Tool Description
recommend Analyze a task and recommend relevant resources
search Search 20,000+ resources by keyword
get_resource Get full details for a specific resource
get_setup_guide Get install instructions for any resource
analyze_stack 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 on npm install
  • No eval — no eval(), new Function(), or dynamic code execution
  • No shell access — no exec(), spawn(), or child_process usage
  • 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 doctor

Checks 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured