MCP Catalogs
Homecrw screenshot

crw

by us·88·Score 47

Fast, lightweight Firecrawl alternative in Rust with MCP server for AI agents. Web scraper, crawler & search API.

web-scrapingai-llmdeveloper-tools
5
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Web scraping for RAG pipelines
you:AI agent web access
you:Content monitoring and extraction

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 README
  • scrape

    Convert any URL to markdown, HTML, JSON, or links

  • crawl

    Async BFS website crawler with rate limiting

  • map

    Discover all URLs on a site instantly

  • search

    Web search + content scraping with built-in SearXNG

Comparable tools

firecrawlcrawl4aitavily

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-mcp

Compare crw with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.