Firecrawl Server for MCP
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Firecrawl Server for MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


