MCP Directory
Back

webclaw

by 0xMassi · Rust · ★ 1,593

Fast, local-first web content extraction for LLMs. Scrape, crawl, extract structured data — all from Rust. CLI, REST API, and MCP server.

#ai#ai-agents#ai-scraping#cli#crawler#data-extraction#firecrawl-alternative#html-to-markdown#llm#markdown#mcp#mcp-server#rag#rust#self-hosted#tls-fingerprinting#web-crawler#web-extraction#web-scraper#web-scraping

Install

cargo install --git https://github.com/0xMassi/webclaw.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "webclaw": {
      "command": "npx",
      "args": [
        "-y",
        "github:0xMassi/webclaw"
      ]
    }
  }
}

From the README

webclaw Turn websites into clean markdown, JSON, and LLM-ready context. CLI, MCP server, REST API, and SDKs for AI agents and RAG pipelines. The fastest way to connect webclaw to Claude Code, Claude Desktop, Cursor, Windsurf, OpenCode, Codex CLI, and other MCP-compatible tools: The installer detects supported clients and configures the MCP server for you. Download macOS, Linux, and Windows binaries from [GitHub Releases](https://github.com/0xMassi/webclaw/releases). If building from source fails because native build tools are missing, install the platform…
Read full README on GitHub →

Related ai & ml servers