Firecrawl MCP Server
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# Firecrawl MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/firecrawl/firecrawl-mcp-server#readme
#
# 2. Add it to Claude Code:
claude mcp add firecrawl -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "firecrawl-mcp-server": { "command": "<...>", "args": ["<...>"] }
# }
# }