camoufox-reverse-mcp

WhiteNightShadow/camoufox-reverse-mcp
★ 68 stars Python 📦 Other Updated today
基于反指纹camoufox浏览器的MCP Server,专为JavaScript逆向工程设计
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "camoufox-reverse-mcp": {
      "command": "uvx",
      "args": [
        "camoufox-reverse-mcp"
      ]
    }
  }
}

Or install with pip: pip install camoufox-reverse-mcp