mcpbeat Sign in

Crawlberg MCP Server

local only

Crawlberg runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

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

Installs / week
not published
176
Stars
2 open issues
16 Sep 2026
Last commit
from GitHub
MIT
License
Rust

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const result = spawnSync(binPath, process.argv.slice(2), { stdio: "inherit" });
    completed = subprocess.run([binary_path, *args], check=False)
Builds a database query by concatenation docker/Dockerfile.cli:7, .github/workflows/publish.yaml:2582
RUN apt-get update && \
    apt-get install -y --no-install-recommends cmake g++ pkg-config libssl-dev && \
    final result = await Process.run('tar', ['-xzf', tempFile.path, '-C', dstDir]);
    libDir := filepath.Join(targetDir, "lib", goDir)
Runs an external command test_apps/php/bootstrap.php:32
    $proc = proc_open([$mockServerBin, $fixturesDir], $descriptors, $pipes);
Includes a file named by a variable test_apps/php/bootstrap.php:25
    require_once $pkgAutoloader;
Runs an external command test_apps/csharp/TestSetup.cs:126
        _mockServer = Process.Start(psi)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Crawlberg

same job, measured the same way
Kreuzcrawl
by kreuzberg-dev

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

local only
WebReaper
by alex-on-ai

AI-native web scraper: scrape, crawl and map any site to clean markdown over stdio. MIT-licensed.

local only
CRW Web Scraper
by us

Open-source web scraper for AI agents with scrape, crawl, and map tools

local only
Metalift
by metalift-ai

Metalift MCP for AI agents: web search (2 credits), scrape, crawl, and map tools

62 installs/wk local only
WebLens
by weblens

Scrape, crawl, map and extract the web. Pay per call in USDC, no account or API key.

36 tools answering
FetchRelay
by fetchrelay

Extract public webpages as Markdown, map sites, and run bounded crawl jobs. API key required.

answering
I
Quantumproxies MCP
by quantumproxies

Web scraping, SERP search, crawl/map and 74 Collectors through residential proxies. 25 tools.

49 installs/wk local only
Quanticdata MCP
by quantumproxies

Live web access for agents: scrape, SERP search, crawl/map, 74 collectors, datasets, proxies.

43 installs/wk 26 tools answering

Crawlberg — questions

Answers built from our own checks of this server.

Why is there no uptime for Crawlberg?
Crawlberg runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Crawlberg open source?
Yes — it is published under the MIT licence, written in Rust, 176 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.