Firecrawl MCP Server

Advanced web crawling and content extraction with JavaScript rendering support

⚡ Quick Install with Claude Code MCP Guide

Connect Claude Code to any remote MCP server with one simple command. Choose between direct HTTP connections or a universal bridge - all configured automatically with our setup wizard.

Get the Claude Code MCP Setup Guide →

🔌 Test MCP Server Connection

Test your connection to the MCP wrapper server using your x-api-key. This validates that your MCP server credentials are configured correctly.

🚀 Test Full Firecrawl Connection

Test both your MCP server connection AND your Firecrawl platform credentials. This ensures your complete setup is working correctly.

📡 API Endpoint & Required Headers

POST https://firecrawl.mcp.majewscy.tech

Required HTTP Headers:

Content-Type: application/json
x-api-key: Your MCP server API key
x-firecrawl-api-key: Your Firecrawl credentials

🛠️ Available Tools

crawl_website
Crawl entire websites
scrape_page
Extract content from a single page
extract_structured
Extract structured data
screenshot
Capture page screenshots
convert_markdown
Convert HTML to markdown
batch_crawl
Crawl multiple URLs in batch

⚠️ Common Errors & Solutions

401 Unauthorized
Invalid API key
Solution: Check your Firecrawl API key
429 Rate Limited
Too many requests
Solution: Reduce crawl frequency or upgrade plan
Timeout
Page load timeout
Solution: Increase timeout or check site availability
Invalid URL
URL cannot be crawled
Solution: Verify URL format and accessibility

🏥 Service Health Check

Checking...
Response Time
-
Server Status
-
Protocol Version
2024-11-05
Last Checked
-

Configuration

// Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
// Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp@latest"
      ],
      "env": {
        "FIRECRAWL_KEY": "YOUR_FIRECRAWL_TOKEN"
      }
    }
  }
}

Features

Enterprise-grade Firecrawl integration for AI assistants

🔥

Web Crawling

Advanced web crawling with JavaScript rendering.

📄

Content Extraction

Clean content extraction from any website.

🔍

Structured Data

Extract structured data from unstructured web pages.

🤖

AI Processing

LLM-ready markdown conversion of web content.

🔐

Authentication

Handle login-protected and authenticated pages.

High Performance

Concurrent crawling with rate limiting.

📋 MCP Server Updates Changelog

Loading... Checking for updates...
  • Fetching latest changes...

🔐 Update Server

Enter the administrator password to update the server to the latest version.