fc-)The installer handles everything automatically:
./extensions/firecrawl/install.sh
It will prompt for your API key and configure the MCP server.
If the installer fails, add this to ~/.claude/settings.json manually:
{
"mcpServers": {
"firecrawl-mcp": {
"command": "npx",
"args": ["-y", "firecrawl-mcp"],
"env": {
"FIRECRAWL_API_KEY": "fc-your-api-key-here"
}
}
}
}
Start Claude Code and try:
/seo firecrawl map https://example.com
You should see a list of discovered URLs. If you get a "tool not available" error, restart Claude Code to reload MCP servers.
| Operation | Credits Used |
|---|---|
crawl |
1 per page crawled |
scrape |
1 per page |
map |
0.5 per URL discovered |
search |
1 per result returned |
Free tier: 500 credits/month resets on your billing date.
Tip: Use map first (cheap) to see how many pages a site has, then decide how many to crawl (more expensive).