mcpbeat Sign in

Newton Browser MCP Server

by koala-studios Your server? Claim it
local only

Newton Browser runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 21 Aug 2026.

Local-only Chrome and Edge control for MCP clients through an origin-scoped extension.

Installs per day peak 267 · avg 14 · -16% w/w
a month agotoday
53
Installs / week
npm · newton-browser
0
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call browser.screenshot.filename → apps/mcp-server/src/mcp-server.ts:368
  fs.writeFileSync(output, buffer, { flag: "wx", mode: 0o600 });
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.

    result = spawnSync(process.execPath, [
  const profileRoot = path.join(userDataRoot, profileDirectory);
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release.yml:25
      - name: Select release tag
        env:
          INPUT_RELEASE_TAG: ${{ inputs.tag }}

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 newton-browser -- npx -y newton-browser
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "newton-browser": {
      "args": [
        "-y",
        "newton-browser"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.newton-browser]
command = "npx"
args = ["-y", "newton-browser"]
.cursor/mcp.json
{
  "mcpServers": {
    "newton-browser": {
      "args": [
        "-y",
        "newton-browser"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "newton-browser": {
      "args": [
        "-y",
        "newton-browser"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Newton Browser

same job, measured the same way
Real Browser
by ofershap

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

83 installs/wk local only
BrowserTap MCP
by linvireo

MCP server that drives the real Chrome you already use, through an extension and CDP.

97 installs/wk local only
KeyShot MCP
by truman-t3

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

149 installs/wk local only
Thinkrun
by dundas

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

68 installs/wk local only
Cws
by mikusnuz

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

36 installs/wk local only
Apple TV MCP
by trevor-nichols

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

local only
I
Stashot
by tammifull

Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.

15 installs/wk local only
DrissionPage MCP
by jumodada

Local browser automation for MCP clients powered by DrissionPage.

810 installs/wk local only

Newton Browser — questions

Answers built from our own checks of this server.

Why is there no uptime for Newton Browser?
Newton Browser 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 newton-browser was installed 53 times last week.
How do I connect Newton Browser?
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 newton-browser straight from npm; nothing to host, nothing to sign up for.
How many people use Newton Browser?
The npm package newton-browser was installed 53 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Newton Browser open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.