Skip to content
VS Code

browser mcp for VS Code

io.github.mrfentmen/browser-mcp

Control a local headless Chrome browser: open pages, read titles, and take screenshots.

client:VS Code transport:stdio runtime:npm

Install browser mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "browser-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/browser-mcp"
      ]
    }
  }
}

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

browser mcp in other clients