MCP server

Firecrawl

MCP

Official Firecrawl MCP. Search and scrape as markdown.

Firecrawl’s own server. Pages come back clean enough to feed a model.

latest·Apache-2.0·Updated this quarter·github.com/firecrawl/firecrawl-mcp-server·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "…"
      }
    }
  }
}

By Firecrawl

Spec

What the server actually exposes.

  • search

    read

    Web search via Firecrawl.

  • scrape

    read

    A URL as markdown.

  • crawl

    read

    A site, with a depth you set.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

firecrawl-mcp.mcp/tools

Tools

  • search

    Web search via Firecrawl.

    read
  • scrape

    A URL as markdown.

    read
  • crawl

    A site, with a depth you set.

    read

Last call

{ "ok": true,
  "tool": "search",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.