Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”Ž Search & Data Extraction
  3. Crw
Crw logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 4:31:27 AM

Crw

User RatingsBe the first to rate and review this MCP server!
View Repository954 GitHub StarsTotal stargazers on GitHub for the source repository (954 stars).Visit Website
web-crawlingsearchdata-extractionpdfrust

Rust-based MCP web crawler for scraping, searching, mapping, crawling, extraction, and local PDF parsing.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live β€” we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "us-crw": {
      "command": "npx",
      "args": [
        "-y",
        "crw-mcp@latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (8) Directory Badge Claim listing AlternativesπŸ”Ž More in Search & Data Extraction

Overview

The us/crw MCP server gives AI agents web search and extraction tools backed by fastCRW, a self-hostable Rust service. It can scrape individual URLs, discover site URLs, run asynchronous crawls, extract structured JSON with an LLM, and parse local PDFs into markdown. Use it when an agent needs repeatable web content retrieval locally or through the managed fastcrw.com service. Local deployments run without an account, while the managed API uses an API key and hosted MCP access uses OAuth.

Use cases

β€’Scrape web pages into markdown for agent context
β€’Map a site before selecting pages to crawl
β€’Crawl bounded documentation sites asynchronously
β€’Extract structured fields from multiple URLs
β€’Parse text-based local PDFs into markdown

Key features

β€’Single-URL scraping
β€’Asynchronous crawling and extraction
β€’Sitemap and crawl-based URL mapping
β€’SearXNG-backed web search
β€’Prompt- or schema-based JSON extraction
β€’Local PDF parsing without OCR

Capabilities & Tool Schemas (8) ~1.4k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Crw.

crw_scrape

Scrape one URL to markdown, HTML, or links.

crw_crawl

Start an async site crawl; returns a job id to poll with crw_check_crawl_status.

crw_check_crawl_status

Poll an async crawl job and retrieve its pages.

crw_map

Discover URLs on a site via sitemap and/or a short crawl. Returns a URL list only, no page content.

crw_extract

Extract structured JSON from URLs via a prompt and/or JSON schema. Async job β€” poll crw_check_extract_status with the returned id. Needs an LLM.

crw_check_extract_status

Poll an extract job; returns status and, when complete, a per-URL results array.

How Crw works

What us/crw does

The us/crw MCP server exposes fastCRW’s web retrieval functions to MCP-compatible AI clients. It handles individual-page scraping, bounded site crawling, URL discovery, web search through SearXNG, structured extraction, and local PDF parsing. Results can be returned as markdown, HTML, links, screenshots, or structured JSON where the selected deployment supports that response shape.

The project is implemented as a small Rust binary and can run locally or be used through the managed API. Local operation is intended for environments that need control over data, networking, rendering, authentication, proxies, and capacity. The hosted service provides managed proxies, JavaScript rendering, search, scaling, and billing.

How it works

A scrape request processes one URL and returns the requested representation. Mapping uses a sitemap and/or a short crawl to produce URLs without returning page contents. Crawling is asynchronous: the initial request returns a job identifier, and a separate status tool retrieves the collected pages.

Structured extraction also runs asynchronously. The caller supplies a prompt and/or JSON schema, receives an extraction job ID, and polls until per-URL results are available. Cancellation is requested through a separate tool; the job remains non-terminal until the currently claimed URL finishes settling. PDF parsing accepts local file data as base64 and converts it to markdown, but does not perform OCR.

Setup and configuration

The us/crw MCP server can be installed with the project’s npm MCP package:

Terminal
npx -y crw-mcp@latest install

The repository also documents a one-command installer for the local crw binary:

Terminal
curl -fsSL https://fastcrw.com/install | sh

No account is needed for local and free operation. Managed Cloud use requires a CRW_API_KEY; the installer can use that variable while registering the server with detected AI tools. The setup process can detect Cursor and Windsurf, among other listed tools, or can be skipped with CRW_NO_AGENTS=1. macOS and Linux are supported on Intel and ARM systems.

Tools and capabilities

  • crw_scrape converts one URL to markdown, HTML, or links.
  • crw_crawl starts an asynchronous bounded crawl and returns a job ID.
  • crw_check_crawl_status polls a crawl and retrieves its pages.
  • crw_map discovers URLs without collecting page content.
  • crw_extract creates structured JSON from one or more URLs using a prompt and/or schema; it requires an LLM.
  • crw_check_extract_status returns extraction progress and completed per-URL results.
  • crw_cancel_extract requests cancellation and returns the canonical job status.
  • crw_parse_file parses a base64-encoded local PDF into markdown.

Limitations and notes

Capabilities and response formats can differ between managed and self-hosted deployments. Local operators choose their own renderers, search configuration, authentication, proxies, and capacity. The supplied PDF parser has no OCR support, so scanned PDFs may produce empty markdown with a warning. Extraction depends on an LLM and should be treated as an asynchronous workflow rather than an immediate response.

The engine and MCP server use AGPL-3.0. The repository separately identifies its Python and TypeScript SDKs as MIT-licensed. The hosted deployment offers 1,000 free credits without a credit card, while managed operations include billing beyond the free allocation.

Getting started with this us/crw MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • Olostep MCP Server logoOlostep MCP Server

    API to search, extract and structure web data. Web scraping, AI-powered answers with citations, batch processing (10k URLs), and autonomous site crawling.

    πŸ”Ž Search & Data Extraction1 views
    Compare vs Olostep MCP Server β†’
  • Firecrawl MCP Server logoFirecrawl MCP Server
    Verified

    Official Firecrawl server to search the web and scrape, crawl, map, and extract structured data from any site for LLMs. Handles JS-rendered pages, PDFs, and batch jobs; hosted remote MCP with OAuth or self-host.

    πŸ”Ž Search & Data Extraction5 views
    Compare vs Firecrawl MCP Server β†’
  • BulkTranscripts YouTube logoBulkTranscripts YouTube
    Verified

    Hosted remote MCP server (https://bulktranscripts.co/mcp) for YouTube. Tools: get_transcript, get_transcripts (batch of 20), search_youtube (videos/channels/playlists), search_channel, get_channel_videos (up to 1,000), get_playlist_videos, get_latest_videos (free RSS). Clean paragraphed transcripts, any caption language, TikTok videos too. No signup: free tier per IP, optional one-time credit packs; license key = Bearer API key. Works with Claude, Cursor, ChatGPT, VS Code, Codex. REST API + OpenAPI at /docs.

    πŸ”Ž Search & Data Extraction6 views
    Compare vs BulkTranscripts YouTube β†’
  • Serpapi MCP logoSerpapi MCP

    SerpApi MCP Server for Google and other search engine results. Provides multi-engine search across Google, Bing, Yahoo, DuckDuckGo, YouTube, eBay, and more with real-time weather data, stock market information, and flexible JSON response modes.

    πŸ”Ž Search & Data Extraction2 views
    Compare vs Serpapi MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
954
Stargazers on the source repository.
Last commit
5d ago
Most recent push to the default branch.
Tools exposed
8
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Crw

Run `npx -y crw-mcp@latest install` to install the MCP server and register it with detected AI tools.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCrw AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/us-crw?style=directory)](https://allmcps.com/mcp/us-crw)
HTML Embed
<a href="https://allmcps.com/mcp/us-crw"><img src="https://allmcps.com/api/badge/us-crw?style=directory" alt="Crw on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”ŽSearch & Data Extraction
PricingFreemium
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthOAuth
LicenseAGPL-3.0
ClientsCursor, Windsurf
Last updatedSep 6, 2026
9/10 checks healthy over the last 31d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars954
GitHub Star CountTotal stargazers on GitHub representing community popularity (954 stars).
Last commit5d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 6, 2026
68Quality signal: Great Β· 68/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity10/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev Β· crw-mcp@latest (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”Ž Search & Data Extraction β†’Best MCP servers for Web Search & Scraping β†’Alternatives to Crw β†’Install in Claude DesktopInstall in CursorInstall in VS Code