MCP ServerFeatured
Firecrawl MCP Server
by Mendable AI
Advanced LLM-friendly web scraping, crawling, and search.
About Firecrawl
Firecrawl integrates seamlessly with LLM clients like Cursor and Claude, providing JavaScript rendering, batch processing, URL discovery, web search, automatic retries, credit usage monitoring, and comprehensive logging. Supports both cloud and self-hosted Firecrawl instances.
Tags
web-scrapingcrawlingsearchjavascript-rendering
How to install Firecrawl
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"firecrawl": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-firecrawl"]
}
}
}Example shape only — see the repository for the canonical install command.