kapyn
MCP serversSearch & web 路 MCP server

Firecrawl MCP server

Scrape and crawl websites into clean data. Firecrawl's MCP server lets an assistant scrape pages and crawl sites, returning clean markdown or structured data for research and extraction.

Category
Search & web
Maintained by
Community
Protocol
Model Context Protocol
Source
firecrawl/firecrawl-mcp-server
View on GitHubBrowse all MCP servers
In the official MCP registryio.github.firecrawl/firecrawl-mcp-serverupdated 2026-08-12

Installing Firecrawl

Runs on demand via npx. Nothing to install globally.

Claude Code
claude mcp add firecrawl -- npx -y firecrawl-mcp
Claude Desktop 路 Cursor 路 VS Code 路 Windsurf
{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "<your FIRECRAWL_API_KEY>"
      }
    }
  }
}

Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.

Requires FIRECRAWL_API_KEY, get this from the maintainer. Never commit them.

What it does

Firecrawl's MCP server lets an assistant scrape pages and crawl sites, returning clean markdown or structured data for research and extraction.

Like any MCP server, Firecrawl plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.

Related Search & web MCP servers