Skip to content
Cursor

Scout for Cursor

io.github.klarlabs-studio/scout

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

client:Cursor transport:stdio runtime:oci

Install Scout in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Scout in other clients