Skip to content
VS Code

browser for VS Code

io.github.cherchyk/browser

MCP server for loading authenticated web pages using Chrome DevTools Protocol

client:VS Code transport:stdio runtime:npm

Install browser in VS Code

.vscode/mcp.json

{
  "servers": {
    "browser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcpbrowser"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

browser in other clients