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

Installation

npx -y skill-ninja-mcp-server

Configuration

{
  "mcpServers": {
    "skill-ninja-mcp-server": {
      "command": "npx",
      "args": ["-y", "skill-ninja-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub