Browser automation CLI for AI agents
If you already use Agent, the agent mcp server is the piece that lets your assistant work with it directly. Browser automation CLI for AI agents.
For projects that want to pin the version in package.json:
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Updating — Detects your installation method (npm, Homebrew, or Cargo) and runs the appropriate update command automaticallyRequirements — The Requirements tool exposed by this serverWait — The Wait tool exposed by this serverClipboard — The Clipboard tool exposed by this serverNetwork — The Network tool exposed by this serverFrames — The Frames tool exposed by this serverDialogs — By default, alert and beforeunload dialogs are automatically accepted so they never block the agent. confirm and prompt dialogs still requireDiff — The Diff tool exposed by this serverDebug — The Debug tool exposed by this serverNavigation — The Navigation tool exposed by this serverSetup — The Setup tool exposed by this serveragent-browser install to download Chrome from Chrome for Testing (Google's official automation channel). Existing Chrome, Brave, Playwright, and Puppeteer installations are detected automatically. No Playwright or Node.js required for the daemon. - Node.js 24+ and pnpm 11+ - Only needed when building from source. -The server ships on npm as agent-browser, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Agent's toolset — Updating, Requirements, Wait and 8 more — is a fair guide to whether it matches your workflow. It is maintained by GitHub Actions; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Agent's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Updating | Detects your installation method (npm, Homebrew, or Cargo) and runs the appropriate update command automatically. |
| Requirements | The Requirements tool exposed by this server. |
| Wait | The Wait tool exposed by this server. |
| Clipboard | The Clipboard tool exposed by this server. |
| Network | The Network tool exposed by this server. |
| Frames | The Frames tool exposed by this server. |
| Dialogs | By default, alert and beforeunload dialogs are automatically accepted so they never block the agent. confirm and prompt dialogs still require explicit handling. Use --no-auto-dialog (or AGENT_BROWSER_NO_AUTO_DIALOG=1) to |
| Diff | The Diff tool exposed by this server. |
| Debug | The Debug tool exposed by this server. |
| Navigation | The Navigation tool exposed by this server. |
| Setup | The Setup tool exposed by this server. |
{
"mcpServers": {
"browser-agent": {
"command": "npx",
"args": ["-y", "agent-browser"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
agent-browser install to download Chrome from Chrome for Testing (Google's official automation channel). Existing Chrome, Brave, Playwright, and Puppeteer installations are detected automatically. No Playwright or Node.js required for the daemon. - Node.js 24+ and pnpm 11+ - Only needed when building from source. -Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.