npx claudepluginhub qazi0/claude-plugins --plugin calculatorAdd to your .mcp.json:
{
"mcpServers": {
"calculator": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/calculator-server.mjs"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node