ABP Claude Code Plugin

February 23, 2026 · View on GitHub

Claude Code plugin for Agent Browser Protocol — deterministic AI agent browser control at the engine level.

Install

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}"
      }
    }
  }
}

What's Included

  • MCP Server — 13 browser control tools (navigate, click, type, screenshot, etc.)
  • Usage Skill — Reference guide for all tools, loaded automatically when relevant

Configuration

Environment VariableDescriptionDefault
ABP_HEADLESSRun browser headless"" (visible)
ABP_PORTREST API port8222
ABP_BROWSER_PATHCustom binary pathauto-detected