Skip to content
VS Code

Scout for VS Code

io.github.felixgeelhaar/scout

Browser automation MCP server with 84 tools. Pure CDP, DOM diffing, vision hybrid.

client:VS Code transport:stdio runtime:oci

Install Scout in VS Code

.vscode/mcp.json

{
  "servers": {
    "scout": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/felixgeelhaar/scout:1.10.0"
      ]
    }
  }
}

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

Scout in other clients