Skip to content
Cursor

newton browser for Cursor

io.github.koala-studios/newton-browser

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

client:Cursor transport:stdio runtime:npm

Install newton browser in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

newton browser in other clients