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
- 1Sign up at firecrawl.dev and generate an API key from the dashboard
- 2Add the Firecrawl server config to your Claude Desktop configuration
- 3Set the FIRECRAWL_API_KEY environment variable
- 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
| Name | Required | Secret | Description |
|---|---|---|---|
| FIRECRAWL_API_KEY | ✓ | 🔒 | Firecrawl API key from firecrawl.dev/app/api-keys |
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.