newton browser for VS Code
io.github.koala-studios/newton-browser
Local-only Chrome and Edge control for MCP clients through an origin-scoped extension.
client:VS Code
transport:stdio
runtime:npm
Install newton browser in VS Code
.vscode/mcp.json
{
"servers": {
"newton-browser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"newton-browser"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs