Browser Automation

Firecrawl MCP

Firecrawl combines scraping with LLM-ready data extraction. Cleans HTML into structured markdown, removing ads and navigation noise.

0% Pass ❌Key Required 🔑Tested 📅
0% (0/0 tasks)
View on GitHubby Mendable
README badge
MCP Select Firecrawl MCP benchmark badge
[![MCP Select](https://mcpselect.com/badges/firecrawl-mcp.svg)](https://mcpselect.com/servers/firecrawl-mcp/)

Benchmark results

Pass Rate
0%(5 tasks)
0% (0/0 tasks)
SpeedN/A
Tested OnJun 8, 2026Could not discover tools
MetricValue
Tools discoveredCould not discover tools
ScopeLocal only
PricingFreemium
Auth requirementRequires FIRECRAWL_API_KEY
VerdictRequires FIRECRAWL_API_KEY. Not independently tested

Install config

Claude Desktop (macOS)
{"mcpServers": {"firecrawl": {"command": "npx", "args": ["-y", "firecrawl-mcp@latest"]}}}
Cursor
{"mcpServers": {"firecrawl": {"command": "npx", "args": ["-y", "firecrawl-mcp@latest"]}}}
VS Code
// .vscode/mcp.json
{
  "servers": {
    "firecrawl": {
      "command": "npx",
      "args": ["-y", "firecrawl-mcp@latest"]
    }
  }
}

Pros

  • +Package installs successfully

Cons

  • Requires configuration/credentials
  • Could not evaluate without setup

Best for

Knowledge base ingestion, RAG pipelines, content migration

Related servers in Browser Automation

Frequently asked questions

How do I install Firecrawl MCP?

Copy the config above into your AI assistant's MCP settings file:

  • Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Cursor: Settings → MCP → Add Server
  • VS Code: .vscode/mcp.json
Does it require an API key?

Yes. You need to set the FIRECRAWL_API_KEY environment variable. We could not test this server without credentials, so our evaluation is based on documentation and community reports.

How were these results measured?

We run each server through a standardized test harness that:

  1. Installs the server via npx in a fresh environment
  2. Discovers available tools using the MCP SDK
  3. Executes real tasks (navigate, click, screenshot, etc.)
  4. Validates outputs with semantic assertions (not string matching)
  5. Measures latency percentiles and pass rate

All test scripts are open source on GitHub.

Related categories