Firecrawl
Firecrawl's MCP for high-quality web scraping. Returns clean markdown, handles JS-rendered sites, batch crawling.
Delv Safety Grade: B
Score 73/100 · assessed 2026-04-28
Firecrawl is a commercial web scraping service from Mendable with an official MCP server. The maintainer is a legitimate startup with a real product, but it's not a major tech vendor. The permissions model is reasonably scoped: it makes outbound network requests to Firecrawl's API (requiring an API key) and returns markdown content, but doesn't touch your filesystem or execute code locally. The main trust consideration is that you're routing all scraping through Firecrawl's infrastructure, so they see every URL you scrape. Supply chain is standard npm package distribution but not as battle-tested as major vendor offerings. Transparency is decent with open source code and documentation, though the core scraping happens server-side in their proprietary infrastructure. No known security incidents. Suitable for non-sensitive scraping workflows where you're comfortable with a third-party service handling the content.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREELoads arbitrary URLs and renders them. Highest-quality untrusted-input vector after Puppeteer.
Green flags
- Official vendor-maintained MCP server, not community fork
- Scoped to read-only web scraping, no filesystem or shell access
- Open source MCP wrapper code available for inspection
- Standard npm package distribution with versioning
- No known security incidents or credential leaks
Red flags
- All scraped content passes through Firecrawl's commercial infrastructure
- API key required exposes your scraping activity to third-party service
- Smaller vendor with less security track record than major platforms
- Core scraping logic is proprietary server-side, not in open MCP code
Permissions requested
Review
Install this if you regularly need Claude to scrape JavaScript-heavy sites and want clean markdown without writing your own scraper. Skip it if you're only hitting static pages or if API costs for high-volume scraping don't make sense for your use case. It's a solid, focused tool that does one thing well.
Good at
- Handles JavaScript-rendered sites reliably, which most basic scrapers can't.
- Returns genuinely clean markdown without navigation clutter or layout fragments.
- Batch crawling mode respects rate limits and doesn't hammer servers.
- Official vendor support means it's maintained alongside Firecrawl's core product.
- Works across multiple hosts - Claude Desktop, Cursor, Windsurf, Cline, Zed.
Watch out
- Requires a Firecrawl API key and costs scale with usage beyond the free tier.
- It's a thin wrapper around an external API, so you're dependent on Firecrawl's uptime.
- No offline mode or local scraping - everything goes through their infrastructure.
- Overkill if you're only scraping static HTML pages.
Getting started
Works with
Similar MCPs
- Playwright (Microsoft)Microsoft's official Playwright MCP — full browser control, accessibility tree, and click-by-text. The most capable browser MCP.
- PuppeteerHeadless browser control for Claude. Screenshots, form filling, scraping, and interacting with pages that require JavaScript.
- Webpage Screenshot MCPCaptures full-page and element-specific screenshots for UI development feedback, with authentication and system browser support.
- BrowserbaseBrowserbase's hosted browser MCP. Lets Claude drive a real headless Chrome in the cloud, with session recording and proxy support.