Skip to content
Cursor

Crawlberg for Cursor

io.github.xberg-io/crawlberg

Scrape, crawl, and map websites to Markdown or JSON via local CLI.

client:Cursor transport:stdio runtime:oci

Install Crawlberg in Cursor

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

{
  "mcpServers": {
    "crawlberg": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/xberg-io/crawlberg:1.7.2"
      ]
    }
  }
}

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

Crawlberg in other clients