home / mcp / firecrawl mcp server

Firecrawl MCP Server

Provides web scraping capabilities via MCP for integration with language models and tooling.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "daniel-carreon-mcp_servers": {
      "command": "firecrawl-mcp",
      "args": [],
      "env": {
        "FIRECRAWL_API_KEY": "tu-api-key"
      }
    }
  }
}