firecrawl-mcp-server
Verified Safeby firecrawl
Overview
A Model Context Protocol (MCP) server for integrating Firecrawl's web scraping, crawling, search, and structured data extraction capabilities with AI agents.
Installation
env FIRECRAWL_API_KEY=fc-YOUR_API_KEY npx -y firecrawl-mcpEnvironment Variables
- FIRECRAWL_API_KEY
- FIRECRAWL_API_URL
- FIRECRAWL_RETRY_MAX_ATTEMPTS
- FIRECRAWL_RETRY_INITIAL_DELAY
- FIRECRAWL_RETRY_MAX_DELAY
- FIRECRAWL_RETRY_BACKOFF_FACTOR
- FIRECRAWL_CREDIT_WARNING_THRESHOLD
- FIRECRAWL_CREDIT_CRITICAL_THRESHOLD
- PORT
- HOST
Security Notes
The server implements a 'SAFE_MODE' for cloud deployments, which disables potentially risky interactive actions (click, write, executeJavascript) and webhooks. API keys are handled securely via environment variables or headers, not hardcoded. The `skipTlsVerification` option exists but is off by default. Overall, good security practices are in place, especially for hosted environments.
Similar Servers
DevDocs
DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.
scrapegraph-mcp
Provides AI-powered web scraping, structured data extraction, multi-page crawling, and agentic automation capabilities for language models.
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.
scrapi-mcp
This MCP server enables AI agents to scrape web pages and retrieve their content as HTML or Markdown, with advanced browser interaction capabilities.