Back to MCP Servers

Firecrawl MCP

Web scraping built for LLMs: turn any site into clean markdown, crawl whole domains, search, and extract structured data.

Category: Search · Works with: Claude Code, Grok Build, Claude Desktop, Cursor, VS Code

What it does

Heavy-duty web ingestion — where the fetch server reads one page, Firecrawl crawls sites, handles JS rendering, and returns structured results. Free tier available.

Install

npx -y firecrawl-mcp

Setup Instructions

claude Code
claude mcp add firecrawl --env FIRECRAWL_API_KEY=fc-YOUR_KEY -- npx -y firecrawl-mcp
cursor
Get an API key at firecrawl.dev, then add the server with FIRECRAWL_API_KEY in its env block.
Official documentation