Odel
Scout

Scout

Local
@klarlabs-studio12GoMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/klarlabs-studio/scout:1.15.3

Run

docker run -i --rm ghcr.io/klarlabs-studio/scout:1.15.3

MCP client config

{
  "mcpServers": {
    "scout": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/klarlabs-studio/scout:1.15.3"
      ]
    }
  }
}