MCP Directory
Back

firecrawl-mcp-server

by firecrawl · JavaScript · ★ 6,716

🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.

#batch-processing#claude#content-extraction#data-collection#firecrawl#firecrawl-ai#javascript-rendering#llm-tools#mcp#mcp-server#model-context-protocol#search-api#web-crawler#web-scraping

Install

npx -y github:firecrawl/firecrawl-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "firecrawl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:firecrawl/firecrawl-mcp-server"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server that brings [Firecrawl](https://github.com/firecrawl/firecrawl) to MCP-compatible AI agents — search, scrape, and interact with the live web for clean, agent-ready context. > Big thanks to [@vrknetha](https://github.com/vrknetha), [@knacklabs](https://www.knacklabs.ai) for the initial implementation! - Search the web and get full page content - Scrape any URL into clean, structured data - Interact with pages — click, navigate, and operate - Deep research with autonomous agent - Automatic retries and rate limiting - Cloud and self-hosted support - SSE sup…
Read full README on GitHub →

Related ai & ml servers