Stats
Actions
Tags
From Camoufox
Runs a local MCP server for browser fingerprint obfuscation via Camoufox, providing tools to manage anti-detection profiles. Expose unsafe options with the CAMOUFOX_MCP_ALLOW_UNSAFE_OPTIONS environment variable.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"camoufox": {
"command": "npx",
"args": [
"-y",
"camoufox-mcp-server@latest"
],
"env": {
"CAMOUFOX_MCP_ALLOW_UNSAFE_OPTIONS": "1"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
CAMOUFOX_MCP_ALLOW_UNSAFE_OPTIONS=1npx claudepluginhub whit3rabbit/camoufox-mcp --plugin camoufox