crw

us/crw
★ 50 stars Rust 🔍 Search Updated 8d ago
Fast, lightweight Firecrawl alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/v1/scrape, /v1/crawl, /v1/search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary. Self-host or use managed cloud.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "crw": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "crw"
      ]
    }
  }
}

Topics

aiai-agentscrawlerdata-extractiondockerfirecrawlfirecrawl-alternativehtml-to-markdownllmmarkdownmcpmcp-serverrustscraping-apiself-hosted