Skip to content
VS Code

browserbase for VS Code

com.mcparmory/browserbase

Create and control browser sessions for web automation, testing, and AI agent tasks

client:VS Code transport:stdio runtime:pypi

Install browserbase in VS Code

.vscode/mcp.json

{
  "servers": {
    "browserbase": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-browserbase"
      ]
    }
  }
}

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

browserbase in other clients