skilljack-mcp

olaservo/skilljack-mcp
★ 9 stars TypeScript 🤖 AI/LLM Updated today
MCP server that discovers and serves Agent Skills.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "skilljack-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "olaservo/skilljack-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that jacks [Agent Skills](https://agentskills.io) directly into your LLM's brain. ```bash npm install @skilljack/mcp ``` Or run directly with npx: ```bash npx @skilljack/mcp /path/to/skills ``` ```bash git clone https://github.com/olaservo/skilljack-mcp.git cd skilljack-mcp npm install npm run build