Skill Ninja MCP Server 🥷
日本語版 README
An MCP (Model Context Protocol) server for searching, installing, and managing AI Agent Skills.
Works with MCP-compatible clients like Claude Desktop, Cursor, and VS Code.
Installation
npm install -g skill-ninja-mcp-serverOr run it directly with npx:
npx skill-ninja-mcp-serverConfiguration
Claude Desktop
~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"skill-ninja": {
"command": "npx",
"args": ["skill-ninja-mcp-server"]
}
}
}VS Code (mcp.json)
%APPDATA%\Code\User\mcp.json:
{
"servers": {
"skill-ninja": {
"command": "npx",
"args": ["skill-ninja-mcp-server"]
}
}
}Environment Variables
| Variable | Description | Default |
|---|---|---|
GITHUB_TOKEN |
GitHub API token for higher rate limits | none |
SKILL_NINJA_INDEX_DIR |
Skill index storage directory | ~/.skill-ninja |
SKILL_NINJA_TRUSTED_WORKSPACES |
Trusted workspace roots allowed for read/write operations | auto-detect current project root only |
LANG |
Output language, for example ja_JP |
system default |






