npx claudepluginhub appcontrollabs/appcontrol-mcp-goAdd to your .mcp.json:
{
"mcpServers": {
"appcontrol": {
"command": "powershell -ExecutionPolicy Bypass -File \"${CLAUDE_PLUGIN_ROOT}/scripts/start.ps1\""
}
}
}This server has elevated permissions. Review the source code before enabling.
powershell -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/start.ps1"