Web scraping, crawling, and data extraction for AI agents. 5 built-in tools: scrape (clean markdown from any URL), crawl (follow links across entire sites), map (discover all URLs on a domain), extract (structured JSON via schema), and search (web search with optional page scraping). 833ms average latency, single binary, 6 MB RAM. Self-host free or use managed cloud at fastcrw.com with 500 free credits. Firecrawl-compatible API. Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible client.
Server Config
{
"mcpServers": {
"crw": {
"command": "npx",
"args": [
"crw-mcp"
],
"env": {
"CRW_API_KEY": "<YOUR_API_KEY>"
}
}
}
}