firecrawl-lite-mcp-server

ariangibson/firecrawl-lite-mcp-server
★ 2 stars TypeScript Browser/Web Updated today
Privacy-first, standalone MCP server for web scraping and data extraction using local browser automation and your own LLM API key
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-lite-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "ariangibson/firecrawl-lite-mcp-server"
      ]
    }
  }
}