From universe
Runs locally as a subprocess executing the AlignKit bundled Node.js MCP server (server.bundle.mjs). Provides AlignKit-specific tools and resources. No secrets required.
npx claudepluginhub mbwsims/claude-universe --plugin universeAdd to your .mcp.json:
{
"mcpServers": {
"alignkit-local": {
"command": "sh",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.sh",
"${CLAUDE_PLUGIN_ROOT}/mcp/alignkit/dist/server.bundle.mjs"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
sh