camoufox-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@camoufox-mcpnavigate to example.com and take a screenshot"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Camoufox MCP
MCP server for browser automation using Camoufox anti-detect browser.
Features
Anti-detect browser with BrowserForge fingerprinting
Automatic geolocation/timezone spoofing from proxy IP
Human-like cursor movement
DOM snapshot-based element targeting
Related MCP server: camofox-mcp
Installation
Requires uv (handles Python 3.14+ automatically).
Cursor Setup
Add to .cursor/mcp.json:
{
"mcpServers": {
"camoufox": {
"command": "uvx",
"args": ["camoufox-mcp"]
}
}
}With Proxy
{
"mcpServers": {
"camoufox": {
"command": "uvx",
"args": [
"camoufox-mcp",
"--proxy", "http://user:pass@proxy.example.com:8080"
]
}
}
}Camoufox automatically spoofs geolocation and timezone based on the proxy IP.
With Options
{
"mcpServers": {
"camoufox": {
"command": "uvx",
"args": ["camoufox-mcp", "--headed", "--humanize", "1.5"]
}
}
}CLI Options
Option | Description |
| Show browser window |
| Proxy server (http/socks5) |
| Disable geolocation spoofing |
| Browser locale (e.g., en-US) |
| Cursor movement intensity (0-2) |
| Block image loading |
Available Tools
Tool | Description |
| Navigate to URL |
| Go back in history |
| Get page structure with element refs |
| Click element by ref |
| Type text into element |
| Fill text (clears first) |
| Hover over element |
| Select dropdown option |
| Press keyboard key |
| Take screenshot |
| Manage tabs |
| Wait for text/time |
| Run JavaScript |
| Close browser |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ccostello97/camoufox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server