Skip to content
Cursor

crawlio browser for Cursor

app.crawlio/crawlio-browser

Bridge a live Chrome browser to your agent: 150 tools for capture, extraction, and observation.

client:Cursor transport:stdio runtime:npm

Install crawlio browser in Cursor

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

{
  "mcpServers": {
    "crawlio-browser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "crawlio-browser"
      ]
    }
  }
}

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

crawlio browser in other clients