DevelopmentVerifiedJavaScript

firecrawl-mcp-server

MCP server for Firecrawl web scraping, structured data extraction and web search integration.

Free
N/A rating (0 reviews)0 installs5,933 GitHub stars

🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "firecrawl-mcp-server": {
      "args": [
        "-y",
        "firecrawl-mcp"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.