Web scraping and search using Firecrawl. Crawl websites, extract content, scrape pages with JavaScript rendering, and perform web searches
FIRECRAWL_API_KEYnpx @getmcp/cli add firecrawlConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"firecrawl": {
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
],
"env": {
"FIRECRAWL_API_KEY": ""
}
}
}
}