Firecrawl MCP
The official Firecrawl MCP server provides advanced web crawling and data extraction capabilities optimized for LLMs. It converts web pages into clean, structured Markdown or JSON, making it easy for AI models to process web-based information. Firecrawl is a powerful tool for building knowledge bases and RAG systems from web content.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"firecrawl": {
"command": "npx",
"args": [
"-y",
"@mendable/firecrawl-mcp-server"
],
"env": {
"FIRECRAWL_API_KEY": "YOUR_API_KEY"
}
}
}
}Key Features
Crawl entire websites into Markdown
Extract structured data from web pages
Handle JavaScript-heavy sites automatically
Optimized for LLM context windows
Server Details
The official Firecrawl MCP server provides advanced web crawling and data extraction capabilities optimized for LLMs. It converts web pages into clean, structured Markdown or JSON, making it easy for AI models to process web-based information. Firecrawl is a powerful tool for building knowledge bases and RAG systems from web content.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository