Esta página se muestra en inglés. Una traducción al español está en curso.
CLI ToolsMay 14, 2026·3 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 64/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando CLI universal
npx tokrepo install b58a400e-ff67-5427-ae6a-4e5cb8cc9f34
Introducción

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.
🙏

Fuente y agradecimientos

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.

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados