Firecrawl MCP (Official)
Official WebOfficial Firecrawl MCP server adding powerful web scraping and search to Claude, Cursor, and other LLM clients.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"firecrawl-mcp-official": {
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
]
}
}
}