Back to MCP Servers
Skill Ninja
Agent Skill Ninja for MCP: Search, install, and manage AI agent skills (SKILL.md files) from GitHub repositories. Features workspace analysis for personalized recommendations and supports 140+ pre-indexed skills.
developer-toolsgithubaiagent
By aktsmm
Installation
npx -y skill-ninja-mcp-serverConfiguration
{
"mcpServers": {
"skill-ninja-mcp-server": {
"command": "npx",
"args": ["-y", "skill-ninja-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes