Firecrawl Server for MCP

by radu103

471 downloads
Not rated
GitHub

Description

# Firecrawl Server for MCP Express API server for Firecrawl that provides endpoints for web crawling and scraping functionality. ## Features - Scrape a single URL - Scrape multiple URLs in batch - Crawl a website and scrape all pages ## Docker Setup This project can be easily…

About

# Firecrawl Server for MCP Express API server for Firecrawl that provides endpoints for web crawling and scraping functionality. ## Features - Scrape a single URL - Scrape multiple URLs in batch - Crawl a website and scrape all pages ## Docker Setup This project can be easily run using Docker and Docker Compose…

Details

Author
radu103
Downloads
471
Categories
Automation

- Scrape a single URL
- Scrape multiple URLs in batch
- Crawl a website and scrape all pages
- Docker Compose support for easy deployment
- Persistent storage volume for downloaded files

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Firecrawl Server for MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install with Docker using docker compose up -d or without Docker using npm install then npm start. The server runs on port 3000 by default. Refer to the sample_requests directory for HTTP request examples.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "firecrawl server for mcp": {
            "firecrawl-server-for-mcp": {
                "command": "docker",
                "args": [
                    "compose",
                    "up",
                    "-d"
                ]
            }
        }
    }
}

McpServers

{
    "firecrawl-server-for-mcp": {
        "command": "docker",
        "args": [
            "compose",
            "up",
            "-d"
        ]
    }
}

Firecrawl Server for MCP

Express API server for Firecrawl that provides endpoints for web crawling and scraping functionality.

Features

- Scrape a single URL
- Scrape multiple URLs in batch
- Crawl a website and scrape all pages

Docker Setup

This project can be easily run using Docker and Docker Compose. Docker Compose allows you to define, manage, and run multi-container Docker applications with ease.

Prerequisites

- Docker
- Docker Compose

Docker Compose Commands

Build and Start the Container

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.