★ 5,764 stars
JavaScript
🤖 AI/LLM
Updated 1mo ago
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"firecrawl-mcp-server": {
"command": "npx",
"args": [
"-y",
"firecrawl/firecrawl-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add firecrawl-mcp-server npx -y firecrawl/firecrawl-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"firecrawl-mcp-server": {
"command": "npx",
"args": [
"-y",
"firecrawl/firecrawl-mcp-server"
]
}
}
}
📋 Copy
README Excerpt
<div align="center"> <a name="readme-top"></a> <img src="https://raw.githubusercontent.com/firecrawl/firecrawl-mcp-server/main/img/fire.png" height="140" > </div> A Model Context Protocol (MCP) server implementation that integrates with [Firecrawl](https://github.com/firecrawl/firecrawl) for web scraping capabilities.
Tools (20)
FIRECRAWL_API_KEY FIRECRAWL_API_URL FIRECRAWL_CREDIT_CRITICAL_THRESHOLD FIRECRAWL_CREDIT_WARNING_THRESHOLD FIRECRAWL_RETRY_BACKOFF_FACTOR FIRECRAWL_RETRY_INITIAL_DELAY FIRECRAWL_RETRY_MAX_ATTEMPTS FIRECRAWL_RETRY_MAX_DELAY activityTtl allowExternalLinks completed enableWebSearch failed includeSubdomains processing profile prompt saveChanges schema streamWebView
Topics
batch-processing claude content-extraction data-collection firecrawl firecrawl-ai javascript-rendering llm-tools mcp mcp-server model-context-protocol search-api web-crawler web-scraping