Weboperator MCP Server

Tell Chrome what you want done, in plain English, and let the agent do it. Most browser agents bring their own browser. WebOperator works the one you are already in: the tab in front of you, with your sessions and logins intact - no separate profile, no re-login, no copying cookies around. The model behind it can be local, served by Ollama or MLX, so the pages you look at never have to leave the machine. And it…

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

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 2 · #156 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Weboperator

Claude Code

claude mcp add kazkozdev-weboperator -- npx -y weboperator-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "kazkozdev-weboperator": {
      "command": "npx",
      "args": [
        "-y",
        "weboperator-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 weboperator-mcp - unscoped; check the name against the project README before installing

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

03 · What Weboperator can do

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

Latest releases

v1.5.0 · 2026-08-31

Added · Stopping a run now keeps its work. A stopped task gets its own stopped · status instead of being recorded as a failure, and the agent writes a summary · of what it collected and what the goal still does not…

v1.4.0 · 2026-08-31

Added · CAPTCHA handling grew from detection into an autonomous solver: Cloudflare · Turnstile, reCAPTCHA and hCaptcha checkboxes, slider puzzles, visual text · challenges, and generic AWS WAF, GeeTest and Arkose…

v1.2.0 · 2026-05-08

WebOperator 1.2.0 · Adds Server-Sent Events streaming for task progress through the Local Agent API. · Added · GET /v1/tasks/:id/events SSE endpoint for live task events. · Native bridge forwarding for compact task…

04 · Who maintains Weboperator

weboperator is maintained by kazkozdev. We track 4 MCP servers from kazkozdev - 3 actively maintained, 4 combined GitHub stars, oldest repo from May 2026.

05 · Facts

category
browser automation - ranked #156 of 255 actively-maintained browser automation servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-08-31)
registry
io.github.KazKozDev/weboperator (active, first published 2026-09-01)
packages
npm:weboperator-mcp

06 · Weboperator FAQ

What is Weboperator?

Tell Chrome what you want done, in plain English, and let the agent do it. Most browser agents bring their own browser. WebOperator works the one you are already in: the tab in front of you, with your sessions and logins intact - no separate profile, no re-login, no copying cookies around. The model behind it can be local, served by Ollama or MLX, so the pages you look at never have to leave the machine. And it…

Is Weboperator still maintained?

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

How do I install Weboperator?

Run `npx -y weboperator-mcp`. You can also paste the ready-made client config above.

Does Weboperator 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 Weboperator

More browser automation MCP servers · Anybrowse · Open Takeoff · Viznoir · Aiterm MCP · Kitewright MCP Server

More TypeScript MCP servers · Martin Loop · Keithah Tessie MCP · Million · Fonparam MCP · see all