mcpbeat Sign in

Browser MCP Server

local only

Browser runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 12 Aug 2026.

MCP server for loading authenticated web pages using Chrome DevTools Protocol

Installs / week
not published
8
Stars
0 open issues
12 Aug 2026
Last commit
from GitHub
MIT
License
JavaScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime MCPBrowser/src/actions/execute-javascript.js:178
      const fn = new Function(`return (async () => { ${userScript} })();`);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Browser

same job, measured the same way
Chrome DevTools MCP
by chromedevtools

MCP server for Chrome DevTools

1 500 288 installs/wk local only
Chrome DevTools MCP
by async23

MCP server for Chrome DevTools

51 installs/wk local only
Chrome DevTools MCP
by dinesh-nalla-se

MCP server for Chrome DevTools

31 installs/wk local only
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

55 installs/wk local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 334 installs/wk local only
Chrome Bridge
by frsorrentino

Your real, logged-in Chrome as an MCP server: 59 token-efficient web-dev tools. ChromeOS included.

261 installs/wk local only
Cws
by mikusnuz

MCP server for Chrome Web Store — extension upload, publish, status, and rollout

36 installs/wk local only
Argus
by ironclawdevs27

Automated web QA via Chrome DevTools MCP — a11y, security, visual, env diff, CI; Aegis redaction.

99 installs/wk local only

Browser — questions

Answers built from our own checks of this server.

Why is there no uptime for Browser?
Browser runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Browser open source?
Yes — it is published under the MIT licence, written in JavaScript and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.