Skip to content

Firecrawl Fastmcp

Free

by MCP Community

A TypeScript framework for building MCP servers.

v1.0.4Added Apr 12, 2026
MCPSSE
Works with:ClaudeGPTGeminiCopilot

Firecrawl Fastmcp MCP Server

A TypeScript framework for building MCP servers.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y firecrawl-fastmcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "firecrawl-fastmcp": {
      "command": "npx",
      "args": ["-y", "firecrawl-fastmcp"]
    }
  }
}