firecrawl-mcp-effect

cipher-rc5/firecrawl-mcp-effect
★ 4 stars TypeScript Search Updated 8d ago
Firecrawl MCP server — self-hostable, Vercel-compatible, Effect-TS
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "firecrawl-mcp-effect": {
      "command": "npx",
      "args": [
        "-y",
        "cipher-rc5/firecrawl-mcp-effect"
      ]
    }
  }
}