Agent360 Browser MCP

Your AI agent drives your real, logged-in Chrome - and works where headless tools die. It runs locally over stdio via the published package.

People who work with browser automation, chrome extension and 2fa and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-13 · ★ 44 · #30 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install Agent360 Browser MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add agent360dk-browser-mcp -- npx -y @agent360/browser-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "agent360dk-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agent360/browser-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @agent360/browser-mcp - the @agent360 scope differs from the repo owner (agent360dk); confirm it's the project's official package

registry namespace io.github.Agent360dk is GitHub-verified and matches the repo owner

03 · What Agent360 Browser MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.29.1 · 2026-09-13

npx @agent360/browser-mcp install - or load the attached zip unpacked in chrome://extensions. · Every code change below was written test-first and checked with a mutation test: the fix is removed on purpose, and the…

v1.29.0 · 2026-09-07

Browser MCP v1.29.0. Install: npx @agent360/browser-mcp install or load the attached zip unpacked.

v1.28.1 · 2026-08-30

Opfølgning på v1.28.0. Tre ting. · To af tre røde linjer i flow-testen var testens egen fejl. · Dialog-testen efterlod en fane med en åben ja/nej-boks og ryddede ikke op, så de næste kontroller klikkede på en frossen…

04 · Who maintains Agent360 Browser MCP

Agent360 Browser MCP is maintained by agent360dk. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
browser automation - ranked #30 of 255 actively-maintained browser automation servers as of 2026-09-18.
release cadence
6 releases in the last 90 days (latest 2026-09-13)
registry
io.github.Agent360dk/browser-mcp (active, first published 2026-04-06 · 6 versions)
packages
npm:@agent360/browser-mcp

06 · Agent360 Browser MCP FAQ

What is Agent360 Browser MCP?

Your AI agent drives your real, logged-in Chrome - and works where headless tools die. It runs locally over stdio via the published package.

Is Agent360 Browser MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-13 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Agent360 Browser MCP?

Run `npx -y @agent360/browser-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Agent360 Browser MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agent360 Browser MCP