Skip to content
Cursor

Kreuzcrawl for Cursor

io.github.kreuzberg-dev/kreuzcrawl

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

client:Cursor transport:stdio runtime:oci

Install Kreuzcrawl in Cursor

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

{
  "mcpServers": {
    "kreuzcrawl": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kreuzberg-dev/kreuzcrawl:0.3.0"
      ]
    }
  }
}

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

Kreuzcrawl in other clients