Server Browser MCP Server

A fast, lightweight Model Context Protocol (MCP) server that empowers LLMs with browser automation via Puppeteer’s structured accessibility data, featuring optional vision mode for complex visual understanding and flexible, cross-platform configuration.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-05 · ★ 38,704 · #16 OF 848 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Server Browser

Claude Code

claude mcp add bytedance-ui-tars-desktop-packages-agent -- npx -y @agent-infra/mcp-server-browser

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "bytedance-ui-tars-desktop-packages-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-browser"
      ]
    }
  }
}

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 Apache-2.0 - declared in the repository

npm package @agent-infra/mcp-server-browser - the @agent-infra scope differs from the repo owner (bytedance); confirm it's the project's official package

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

03 · What Server Browser can do

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

Latest releases

v0.3.0 · 2025-11-04

New Features 🎉 · add example for 2.0 version (#1732) · add image detail calculator for enhanced screenshot processing (#1724) · remove focus from the address bar after navigation (#1723) · add image's detail parameter…

v0.3.0-beta.12 · 2025-09-19

New Features 🎉 · new layout design (#1553) · support replacing server global logger (#1554) · add initial events for agent when change model (#1552) · restore events on agent session restore (#1548) · add…

v0.3.0-beta.11 · 2025-09-09

From v0.3.0-beta.11, we have mainly introduced the Real-time Thinking Duration Protocol, introduced the MongoDB Provider to Agent Server, supported Tarko Agent UI Builder and CLI, and optimized a lot of Web UI…

04 · Who maintains Server Browser

mcp-server-browser is maintained by bytedance. We track 4 MCP servers from bytedance - 4 actively maintained, 38,704 combined GitHub stars, oldest repo from Jan 2025. Full record: all servers from bytedance.

  1. mcp-server-filesystem MCP server for filesystem access ★ 38,704
  2. mcp-server-commands An MCP server to run arbitrary commands ★ 38,704
  3. mcp-server-search MCP server for web search operations ★ 38,704

05 · Facts

category
browser automation - ranked #16 of 848 actively-maintained browser automation servers as of 2026-08-25.
registry
io.github.bytedance/mcp-server-browser (active, first published 2025-09-09)
packages
npm:@agent-infra/mcp-server-browser · npm:@agent-infra/mcp-server-browser · npm:@agent-infra/mcp-server-browser

06 · Server Browser FAQ

What is Server Browser?

A fast, lightweight Model Context Protocol (MCP) server that empowers LLMs with browser automation via Puppeteer’s structured accessibility data, featuring optional vision mode for complex visual understanding and flexible, cross-platform configuration.

Is Server Browser still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-05. We re-verify nightly.

How do I install Server Browser?

Run `npx -y @agent-infra/mcp-server-browser`. You can also paste the ready-made client config above.

Does Server Browser 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 Server Browser