@thebushidocollective/han
v3.18.0
Published
CLI for installing and managing curated Claude Code plugins from the Han marketplace
Downloads
7,510
Maintainers
Readme
Han CLI
CLI for installing and managing curated Claude Code plugins from the Han marketplace.
Usage
# Run directly via npx
npx @thebushidocollective/han plugin install --auto
# Or install globally
npm install -g @thebushidocollective/han
han plugin listMCP Server Usage
Configure in your Claude Code plugin:
{
"mcpServers": {
"han": {
"command": "npx",
"args": ["-y", "@thebushidocollective/han", "mcp"]
}
}
}