Skip to content
VS Code

browser mcp for VS Code

io.github.shreyas-profile/browser-mcp

Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.

client:VS Code transport:streamable-http

Install browser mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "browser-mcp": {
      "type": "http",
      "url": "https://browser.regiq.in/api/mcp"
    }
  }
}

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

browser mcp in other clients