Back to Apps

Skilljack MCP
Supports UIby olaservo
Discover and serve Agent Skills directly into your LLM's context via MCP.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
Skilljack is an MCP app that jacks Agent Skills directly into an LLM's brain. It provides a discovery mechanism and a dedicated UI for managing skill locations and visibility, allowing users to configure their AI's capabilities dynamically.
Key features
- Dynamic Skill Discovery: Automatically finds and serves skills from local directories.
- Integrated Configuration UI: Manage skill paths and visibility directly within the chat window.
- Static and Watch Modes: Support for both real-time file watching and static skill loading.
- Seamless Integration: Works with any MCP-compatible client to expand agent capabilities.
Installation
Install via npm:
npm install @skilljack/mcp
Or run via npx:
npx @skilljack/mcp /path/to/skills
Supported hosts
- claude
Quick install
npm install @skilljack/mcpInformation
- Pricing
- free
- Published
- 5/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"skilljack": {
"command": "npx",
"args": ["-y", "@skilljack/mcp", "/path/to/skills"]
}
}
}





