Stats
Links
Categories
Help us improve
Share bugs, ideas, or general feedback.
Agent Browser Protocol - deterministic AI agent browser control at the engine level
npx claudepluginhub theredsix/abp-npmAI agent browser control at the engine level
Share bugs, ideas, or general feedback.
Claude Code plugin for Agent Browser Protocol — deterministic AI agent browser control at the engine level.
Install from the Claude Code marketplace:
claude plugin install theredsix/abp-npm
Or add manually to your project's .mcp.json:
{
"mcpServers": {
"browser": {
"command": "npx",
"args": ["-y", "agent-browser-protocol", "--mcp"],
"env": {
"ABP_HEADLESS": "${ABP_HEADLESS}"
}
}
}
}
| Environment Variable | Description | Default |
|---|---|---|
ABP_HEADLESS | Run browser headless | "" (visible) |
ABP_PORT | REST API port | 8222 |
ABP_BROWSER_PATH | Custom binary path | auto-detected |
npm install agent-browser-protocol