CodexSpot
F

Firecrawl MCP Server

Provides AI assistants with web scraping, full-site crawling, and URL mapping capabilities through the Firecrawl API via MCP, turning any website into structured data.

stdioLocalApiKeynpm

What This Server Exposes

Tools

scrapecrawlmap

Resources

  • scraped page content
  • crawl results
  • site map

Setup Instructions

  1. 1Sign up at firecrawl.dev and generate an API key from the dashboard
  2. 2Add the Firecrawl server config to your Claude Desktop configuration
  3. 3Set the FIRECRAWL_API_KEY environment variable
  4. 4Restart Claude Desktop

Configuration

Claude Desktop Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-firecrawl"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "your-firecrawl-api-key"
      }
    }
  }
}

Environment Variables

FIRECRAWL_API_KEY
Firecrawl API key from firecrawl.dev/app/api-keys
Required🔒 Secret

Server Manifest

No official server.json manifest found. Generate one with our MCP server.json Generator →

Compatibility

Claude DesktopClaude Code

Safety Notes

Firecrawl makes outbound HTTP requests to target URLs on your behalf. Only crawl sites you own or have permission to scrape. Respect robots.txt and rate limits. API usage is metered.

This listing is for informational purposes only. CodexSpot is not affiliated with Firecrawl MCP Server.