mcpbeat Sign in

Browser MCP Server

local only

Browser MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Control a local headless Chrome browser: open pages, read titles, and take screenshots.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · @mrfentmen/browser-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add browser-mcp -- npx -y @mrfentmen/browser-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "browser-mcp": {
      "args": [
        "-y",
        "@mrfentmen/browser-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.browser-mcp]
command = "npx"
args = ["-y", "@mrfentmen/browser-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "browser-mcp": {
      "args": [
        "-y",
        "@mrfentmen/browser-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "browser-mcp": {
      "args": [
        "-y",
        "@mrfentmen/browser-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Browser MCP

same job, measured the same way
url2image
by url2image

Capture batches of public web pages in a real browser and download the screenshots as a zip.

5 tools answering
KeyShot MCP
by truman-t3

Control local KeyShot scenes, cameras, environments, and renders through headless scripting.

121 installs/wk local only
Oya Browser
by oyadotai

Real Chrome for agents: start a browser, read pages as numbered markdown, click, type, hand off.

answering
Apple TV MCP
by trevor-nichols

Local MCP server for semantic Apple TV control with optional screenshots.

local only
Hwatu
by hongnoul

Verification browser for coding agents: headless WebKit, DOM eval, screenshots, pixel-diff.

local only
Real Browser
by ofershap

MCP server + Chrome extension for AI browser control with real sessions.

73 installs/wk local only
kite-lite
by mauricioperera

Fetch, parse, screenshot and browse pages via MCP without a real browser -- no JS execution.

local only
D
AppContext
by appcontext

Live iOS Simulator and browser screenshots, logs, and a personal MCP hub for AI coding agents.

31 installs/wk local only

Browser MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Browser MCP?
Browser MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mrfentmen/browser-mcp.
Is Browser MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Browser MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mrfentmen/browser-mcp straight from npm; nothing to host, nothing to sign up for.