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 connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 35 · #30 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

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.25.0 · 2026-07-24

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

v1.24.0 · 2026-07-23

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

v1.23.0 · 2026-06-09

Browser MCP v1.23.0. Install: npx @agent360/browser-mcp install or load the attached zip unpacked. · LRU tab-eviction (max 10 tabs/session), shadow-DOM-piercing click for web-components, tool-count + docs sync.

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 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-07-24)
registry
io.github.Agent360dk/browser-mcp (active, first published 2026-04-06 · 4 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-08-25, its last commit was 2026-08-19 and it shipped 3 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