🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@skills-hub-ai/mcp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skills-hub-ai/mcp

MCP server for skills-hub.ai — serve installed skills as prompts in any MCP-compatible AI tool

latest
Source
npmnpm
Version
0.1.11
Version published
Maintainers
1
Created
Source

@skills-hub-ai/mcp

MCP server for skills-hub.ai — serve your installed skills as prompts in Claude Code, Cursor, or any MCP-compatible tool.

Setup

Claude Code

claude mcp add skills-hub -- npx @skills-hub-ai/mcp

Cursor

Add to your Cursor MCP settings (~/.cursor/mcp.json):

{
  "mcpServers": {
    "skills-hub": {
      "command": "npx",
      "args": ["@skills-hub-ai/mcp"]
    }
  }
}

Manual (any MCP client)

{
  "command": "npx",
  "args": ["@skills-hub-ai/mcp"]
}

How It Works

The server scans these directories for installed skills:

ToolDirectory
Claude Code~/.claude/skills/
Cursor~/.cursor/skills/

Each skill directory should contain a SKILL.md file (installed via skills-hub install <slug>).

Skills are exposed as MCP prompts — your AI tool can list and invoke them. The server caches discovered skills for 30 seconds.

Installing Skills

Use the CLI to install skills:

npx @skills-hub-ai/cli search "code review"
npx @skills-hub-ai/cli install <skill-name>

Keywords

mcp

FAQs

Package last updated on 30 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts