BACK TO MCP SERVERS
searchclaude-codecursorclinewindsurf

Firecrawl MCP Server

Crawls, scrapes, and converts dynamic web pages into clean, LLM-ready Markdown or structured JSON data.

Firecrawl MCP Server

Firecrawl enables AI assistants to scrape, crawl, and extract structured data from websites, converting raw web content into LLM-optimized Markdown.

Capabilities

  • Deep Crawling: Automatically traverse website subpages, sitemaps, and dynamic links.
  • Scrape & Parse: Extract main content while stripping navigation, ads, and noise.
  • JavaScript Rendering: Execute dynamic web applications and SPA client-side JavaScript before content extraction.
  • Structured Schema Extraction: Map web content directly into predefined JSON schemas.

Configuration

Add the following to your MCP client configuration:

{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": ["-y", "firecrawl-mcp"],
      "env": {
        "FIRECRAWL_API_KEY": "YOUR_FIRECRAWL_API_KEY"
      }
    }
  }
}
GitHub SourceGitHub Stars
Last verified 2026-07-26