Back
Directory/Firecrawl

TL;DR

Firecrawl is a Web Scraping MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent extract clean data from any website. Install in 1 minute with mcpizy install firecrawl.

🔥

Firecrawl

Verified 5 tools Supports hosted execution →

Web Scraping

Last updated August 9, 2026 · By MCPizy team

Extract clean data from any website. Turn entire websites into LLM-ready markdown or structured data.

Official homepage

Run Firecrawl without any local install

Connect your Firecrawl account once — MCPizy stores the credentials encrypted and uses them whenever you run a recipe in managed mode.

Checking connection…
A

Repo audit: 100/100 — actively maintained, documented and licensed

Scored on licence, adoption, maintenance and documentation of mendableai/firecrawl-mcp-server. We show the grade whether it flatters the server or not.

last commit today · 7,175 stars · MIT licence · 149 open issues

Read the full audit on CheckMCP

Install Firecrawl

Via MCPizy CLI (recommended):
mcpizy install firecrawl
Or run directly:
npx -y firecrawl-mcp
View on GitHub

Tools exposed

5 tools available
firecrawl_scrape

Scrape a single URL and return markdown + metadata

Inputs

  • urlstringrequired
  • formatsstring[]optional
firecrawl_crawl

Crawl a website recursively up to a depth

Inputs

  • urlstringrequired
  • limitnumberoptional
firecrawl_map

Map all URLs on a website

Inputs

  • urlstringrequired
firecrawl_search

Search the web and scrape top results

Inputs

  • querystringrequired
  • limitnumberoptional
firecrawl_extract

Extract structured data using a schema

Inputs

  • urlsstring[]required
  • schemaobjectrequired

Configuration

Works identically across clients. Only the config file path differs.

Claude Code~/.claude.json
{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "fc-..."
      }
    }
  }
}
Cursor.cursor/mcp.json
{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "fc-..."
      }
    }
  }
}
Windsurf~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "fc-..."
      }
    }
  }
}

Authentication setup

  1. 1

    Create an API key in the Firecrawl dashboard

    Get it FIRECRAWL_API_KEY

What you can do with Firecrawl MCP

Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.

“Scrape https://news.ycombinator.com and give me the top 10 headlines”

Uses: firecrawl_scrape

“Crawl anthropic.com and build a sitemap of docs pages”

Uses: firecrawl_crawl, firecrawl_map

“Extract product name, price, and rating from these 20 Amazon pages”

Uses: firecrawl_extract

“Search the web for 'MCP server best practices 2025' and summarise”

Uses: firecrawl_search

Works with

Claude Code
Claude Desktop
Cursor
Windsurf
VS Code + Copilot
Any MCP Client

More Web Scraping MCPs

🦎

Oxylabs

Scrape websites with Oxylabs Web API. Dynamic rendering, SERP data, and e-commerce extraction.

🕷️

Crawlbase

Real-time web data extraction with HTML, markdown, and screenshot support.

🔗

Decodo

Easy web data access and simplified information retrieval with proxy support.

🌐

Scrapeless

Real-time Google SERP results integration for LLM applications.

Alternatives to Firecrawl

If Firecrawl doesn't fit your stack, these Web Scraping MCP servers solve similar problems.

🤖

Apify

Use 3,000+ pre-built cloud tools to extract data from websites, social media, and e-commerce platforms.

💡

Bright Data

Extract and interact with the web at scale. Automated access with proxy networks and SERP API.

📸

ScreenshotOne

Render high-quality website screenshots. Full page captures, element selection, and custom viewports.

Key Takeaways

  • Firecrawl exposes 5 tools for web scraping workflows in Claude Code, Cursor and Windsurf.
  • Authentication: 1 step (FIRECRAWL_API_KEY).
  • Install in 1 command: mcpizy install firecrawl — config written to your client automatically.
  • Free and open source (GitHub source linked above) — verified compatible with every MCP client (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot).
  • Best use case: "Scrape https://news.ycombinator.com and give me the top 10 headlines".

Frequently asked questions

What is the Firecrawl MCP server?

The Firecrawl MCP server is an Web Scraping Model Context Protocol server that lets Claude Code, Cursor, Windsurf, VS Code with Copilot, and other MCP-compatible AI agents extract clean data from any website. It exposes Firecrawl's capabilities as tools the AI can call directly from your editor or CLI.

How do I install Firecrawl MCP with Claude Code?

The fastest way is the MCPizy CLI: run `mcpizy install firecrawl` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y firecrawl-mcp` and restarting Claude Code.

Is Firecrawl MCP free?

Yes. The Firecrawl MCP server is free and open source (see the GitHub repository linked on this page). You may still need a Firecrawl account or API key to connect the server to the underlying service, but the MCP layer itself has no MCPizy subscription cost.

Does Firecrawl MCP work with Cursor and Windsurf?

Yes. Any MCP-compatible client works — including Claude Code, Claude Desktop, Cursor (via `.cursor/mcp.json`), Windsurf, VS Code with Copilot Chat, and custom agents built on the MCP SDK. The same install command targets all of them; only the config file path differs.

What can I do with Firecrawl MCP?

Once installed, your AI agent can extract clean data from any website directly inside your conversation. Typical use cases include asking Claude Code or Cursor to run Firecrawl operations, inspect results, chain Firecrawl with other MCP servers (see our Workflow Recipes), and automate repetitive web scraping tasks without leaving your editor.

Manage all your MCPs in one place

Monitor usage, track costs, and discover new MCPs.

Get Started Free