Odel
newton browser

newton browser

Local
@koala-studiosTypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmnewton-browserv0.4.1

Run

npx -y newton-browser

MCP client config

{
  "mcpServers": {
    "newton-browser": {
      "command": "npx",
      "args": [
        "-y",
        "newton-browser"
      ]
    }
  }
}