From agent-tracker
Provides local Chrome browser control via DevTools Protocol for web automation, page navigation, DOM/JS interaction, and screenshots. Runs as Node.js subprocess.
npx claudepluginhub wakeless/agent-tracker --plugin agent-trackerAdd to your .mcp.json:
{
"mcpServers": {
"agent-tracker": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/dist/index.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node