← Claude MCP Servers Directory

🕷️

Firecrawl MCP Server

Community

About

Advanced web scraping and crawling for Claude. Turn any site into clean markdown or structured data with JS rendering, extraction, and search.

Features

  • Scrape pages to clean markdown
  • Crawl entire sites with filtering
  • JavaScript rendering for SPAs
  • Structured data extraction with schemas
  • Web search and deep research

Installation

Using Claude Desktop

Add this configuration to your Claude Desktop config file:

{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "your-api-key-here"
      }
    }
  }
}

Using Cursor

Configure in your Cursor settings (Settings > MCP):

{
  "firecrawl": {
    "command": "npx",
    "args": [
      "-y",
      "firecrawl-mcp"
    ],
    "env": {
      "FIRECRAWL_API_KEY": "your-api-key-here"
    }
  }
}

How to Use

Once installed, you can ask your AI assistant to:

  • "Scrape this URL into clean markdown"
  • "Crawl the docs site and extract all API endpoints"
  • "Extract product names and prices from this listing"
  • "Research this topic across multiple sources"