Anti-detection browser automation with Camoufox - stealth Firefox for web scraping
Anti-detection browser automation with Camoufox - stealth Firefox for web scraping. That is what the camoufox mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Installation goes through your MCP client rather than a global install: point it at camoufox-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
The server publishes 3 tools. What each one is for:
Inspection — The Inspection tool exposed by this serverMonitoring — The Monitoring tool exposed by this serverUtility — The Utility tool exposed by this serverConfiguration is passed through the environment: PROXY_SERVER, PROXY_USER, PROXY_PASS. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of monitoring and observability servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Camoufox's toolset — Inspection, Monitoring, Utility — is a fair guide to whether it matches your workflow. It is maintained by baixianger; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Inspection | The Inspection tool exposed by this server. |
| Monitoring | The Monitoring tool exposed by this server. |
| Utility | The Utility tool exposed by this server. |
**With Proxy (via env vars):**
```json
{
"mcpServers": {
"camoufox": {
"command": "npx",
"args": ["camoufox-mcp"],
"env": {
"PROXY_SERVER": "http://1.2.3.4:8080",
"PROXY_USER": "username",
"PROXY_PASS": "password"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PROXY_SERVER | Configuration value read at startup. | Optional |
| PROXY_USER | Configuration value read at startup. | Optional |
| PROXY_PASS | Configuration value read at startup. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.