
crw
by us·★ 88·Score 47
Fast, lightweight Firecrawl alternative in Rust with MCP server for AI agents. Web scraper, crawler & search API.
Overview
fastCRW is a high-performance web scraping and crawling API designed for AI agents. Built in Rust, it offers a Firecrawl-compatible API with significantly better performance metrics, consuming only 6MB of RAM while being up to 5.5x faster than Firecrawl. The project features both self-hosted and cloud deployment options, with built-in MCP server functionality allowing easy integration with AI agents through stdio and HTTP transports.
Try asking AI
After installing, here are 3 things you can ask your AI assistant:
When to choose this
Choose CRW when you need a fast, lightweight web scraping solution for AI agents that can be self-hosted with minimal resources or accessed via cloud API with Firecrawl compatibility.
When NOT to choose this
Avoid CRW if you need commercial-level support and SLA guarantees, require advanced JavaScript rendering beyond Chrome capabilities, or need to handle extremely large-scale scraping operations beyond what a single binary can efficiently process.
Tools this server exposes
4 tools extracted from the READMEscrapeConvert any URL to markdown, HTML, JSON, or links
crawlAsync BFS website crawler with rate limiting
mapDiscover all URLs on a site instantly
searchWeb search + content scraping with built-in SearXNG
Comparable tools
Installation
Installation
**Quick Install (Recommended):**
curl -fsSL https://raw.githubusercontent.com/us/crw/main/install.sh | CRW_BINARY=crw sh
crw setup**Python SDK:**
pip install crw**Homebrew:**
brew install us/crw/crw**Adding to Claude Desktop (MCP):**
# Local mode
claude mcp add crw -- npx crw-mcp
# Cloud mode
claude mcp add -e CRW_API_URL=https://fastcrw.com/api -e CRW_API_KEY=your-key crw -- npx crw-mcp**Zero-install Node.js MCP:**
npx crw-mcpCompare crw with
Last updated · Auto-generated from public README + GitHub signals.