Skip to content
Claude Desktop

Crawlberg for Claude Desktop

io.github.xberg-io/crawlberg

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

client:Claude Desktop transport:stdio runtime:oci

Install Crawlberg in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Crawlberg in other clients