firecrawl-mcp-server
3,204
Firecrawl MCP Server is an implementation of the Model Context Protocol (MCP) that integrates with Firecrawl for enhanced web scraping capabilities. It supports both cloud and self-hosted environments, offering features like web scraping, crawling, search, and deep research with capabilities for automatic retries and rate limiting.
npx
{ "mcpServers": { "firecrawl-mcp": { "command": "npx", "args": [ "-y", "firecrawl-mcp" ], "env": { "FIRECRAWL_API_KEY": "YOUR-API-KEY" } } } }
npx
{ "mcpServers": { "mcp-server-firecrawl": { "command": "npx", "args": [ "-y", "firecrawl-mcp" ], "env": { "FIRECRAWL_API_KEY": "YOUR_API_KEY" } } } }
npx
{ "mcpServers": { "mcp-server-firecrawl": { "command": "npx", "args": [ "-y", "firecrawl-mcp" ], "env": { "FIRECRAWL_API_KEY": "YOUR_API_KEY_HERE", "FIRECRAWL_RETRY_MAX_ATTEMPTS": "5", "FIRECRAWL_RETRY_INITIAL_DELAY": "2000", "FIRECRAWL_RETRY_MAX_DELAY": "30000", "FIRECRAWL_RETRY_BACKOFF_FACTOR": "3", "FIRECRAWL_CREDIT_WARNING_THRESHOLD": "2000", "FIRECRAWL_CREDIT_CRITICAL_THRESHOLD": "500" } } } }