npx claudepluginhub act101-ai/act101 --plugin act101Add to your .mcp.json:
{
"mcpServers": {
"act101": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bin/act.js",
"mcp",
"serve"
],
"env": {
"ACT_LOG_LEVEL": "warn"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeACT_LOG_LEVEL=warn