Back to Home
Jaycee1996 icon

firecrawl-mcp-server

Verified Safe

by Jaycee1996

Overview

A Model Context Protocol (MCP) server that provides web scraping, crawling, search, and structured data extraction capabilities using the Firecrawl API.

Installation

Run Command
env FIRECRAWL_API_KEY=fc-YOUR_API_KEY npx -y firecrawl-mcp

Environment Variables

  • FIRECRAWL_API_KEY
  • FIRECRAWL_API_URL
  • CLOUD_SERVICE
  • HTTP_STREAMABLE_SERVER
  • SSE_LOCAL

Security Notes

The server implements a 'SAFE_MODE' for cloud deployments, disabling potentially dangerous interactive web actions (e.g., JavaScript execution, clicks) during scraping, which significantly enhances security. For self-hosted instances, these interactive actions are enabled by default and should be used with caution, as malicious prompts could exploit them. API keys are handled via environment variables or request headers, preventing hardcoded secrets. No direct 'eval' or unsanitized shell execution was found in the provided source code.

Similar Servers

Stats

Interest Score83
Security Score8
Cost ClassLow
Avg Tokens100
Stars3
Forks0
Last Update2025-12-01

Tags

Web ScrapingWeb CrawlerData ExtractionSearchMCP Server