Odel
camoufox mcp

camoufox mcp

Local
@baixianger7TypeScriptUpdated 6mo ago

Anti-detection browser automation with Camoufox - stealth Firefox for web scraping

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcamoufox-mcpv1.0.0

Run

npx -y camoufox-mcp

MCP client config

{
  "mcpServers": {
    "camoufox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "camoufox-mcp"
      ]
    }
  }
}