From core
Local stdio MCP server run via npx from the 'han' package. Provides unspecified tools, data sources, or prompts to Claude. No API keys required based on config.
npx claudepluginhub thebushidocollective/han --plugin coreAdd to your .mcp.json:
{
"mcpServers": {
"han": {
"command": "npx",
"args": [
"-y",
"@thebushidocollective/han",
"mcp"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npx