CLI ToolsMay 14, 2026·3 min read

crw — Fast Web Scraping + Search MCP in Rust

crw is a Rust web scraping/search tool with a Firecrawl-compatible API plus built-in MCP support for agents. Verified 87★; pushed 2026-05-14.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Needs Confirmation · 64/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Asset
Universal CLI install command
npx tokrepo install b58a400e-ff67-5427-ae6a-4e5cb8cc9f34
Intro

crw is a Rust web scraping/search tool with a Firecrawl-compatible API plus built-in MCP support for agents. Verified 87★; pushed 2026-05-14.

Best for: Agent workflows that need reliable web-to-markdown scraping plus a local CLI or MCP server option

Works with: Rust CLI; optional local mode; integrates with MCP clients like Claude Code via claude mcp add (per README)

Setup time: 8-20 minutes

Key facts (verified)

  • GitHub: 87 stars · 5 forks · pushed 2026-05-14.
  • License: AGPL-3.0 · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: crw setup.

Main

  • Use local mode first to validate output quality and latency before you depend on it in a larger agent workflow.

  • If you need API compatibility, keep the Firecrawl-style endpoint paths in your client code so switching providers stays easy.

  • Treat rendering as an operational variable: allow fallback renderers and surface warnings to your agent logs.

  • For production, add rate limiting and host allowlists so web access doesn’t become an unbounded crawler.

README (excerpt)

fastCRW

The web scraper built for AI agents. Single binary. Zero config.

crates.io CI License GitHub Stars fastcrw.com

Follow on X Follow on LinkedIn Join our Discord

fastCRW - Search + scrape live web results for AI agents | Product Hunt

Works with: Claude Code · Cursor · Windsurf · Cline · Copilot · Continue.dev · Codex · Gemini CLI

Quick StartAI Agents

Source-backed notes

  • README includes a quick start install script via curl ... install.sh | CRW_BINARY=crw sh followed by crw setup.
  • README states it provides a Firecrawl-compatible API and includes MCP integration examples for Claude Code via npx crw-mcp.
  • README contains benchmark tables and resource claims; treat them as README-provided context, not independently verified metrics.

FAQ

  • Is it only an API server?: README describes both a CLI and MCP integration; you can start with the CLI locally.
  • How do I connect it to my agent?: README shows adding it to Claude Code via claude mcp add ... -- npx crw-mcp.
  • How do I keep web access safe?: Use allowlists, rate limits, and start with minimal scope in local mode.
🙏

Source & Thanks

Created by us. Licensed under AGPL-3.0.

us/crw — ⭐ 87

Thanks to the upstream maintainers and contributors for publishing this work under an open license.

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets