Crawlberg MCP Server

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

People who need web scraping tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 162 · #37 OF 78 MAINTAINED WEB SCRAPING · VERIFIED 2026-08-25

MIT · Rust servers · how we verify → /methodology

01 · Install Crawlberg

Docker

docker run -i --rm ghcr.io/xberg-io/crawlberg:1.4.0

Claude Desktop - add to config

{
  "mcpServers": {
    "xberg-io-crawlberg": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/xberg-io/crawlberg:1.4.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

registry namespace io.github.xberg-io is GitHub-verified and matches the repo owner

03 · What Crawlberg can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.4.0 · 2026-08-24

Added · Bounded LLM extraction concurrency (ai feature). LlmExtractor now builds a · liter_llm::ManagedClient instead of a bare DefaultClient, with liter-llm 1.18.0's queueing · InFlightLimitLayer wired in. The new…

v1.3.3 · 2026-08-22

Fixed · CI Lint's Validate (poly) job runs again. poly lint . never reached a crawlberg finding: · golangci-lint v2.12.2 (the reusable workflow's default) vendors honnef.co/go/tools v0.7.0, · whose IR builder panics…

v1.3.2 · 2026-08-21

Fixed · The release actually publishes. v1.3.1 was tagged and released but published nothing to any · the Validate versions gate failed on stale Cargo.lock files under e2e/rust, · fuzz and…

04 · Who maintains Crawlberg

Crawlberg is maintained by xberg-io. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
web scraping - ranked #37 of 78 actively-maintained web scraping servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.xberg-io/crawlberg (active, first published 2026-06-26 · 25 versions)
packages
oci:ghcr.io/xberg-io/crawlberg:1.4.0

06 · Crawlberg FAQ

What is Crawlberg?

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

Is Crawlberg still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Crawlberg?

Run `docker run -i --rm ghcr.io/xberg-io/crawlberg:1.4.0`. You can also paste the ready-made client config above.

07 · Alternatives to Crawlberg