camofox-mcp
by redf0x1·★ 61·Score 47
Anti-detection browser MCP server with 47 automation tools for web interactions without blocking.
Overview
CamoFox MCP connects MCP clients to a CamoFox browser server, providing AI agents with anti-detection browser capabilities. It offers a comprehensive toolkit with 47 tools across navigation, interaction, observation, search, downloads, session management, and batch workflows. The server supports both stdio and HTTP transport modes, with session persistence and profile management features. Built on top of Camoufox for anti-detection capabilities.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose CamoFox MCP when you need anti-detection browser automation for AI agents, particularly for login-heavy workflows or sites with strict bot detection mechanisms.
When NOT to choose this
Don't choose this if you need simple browser automation without anti-detection capabilities or if you want an all-in-one solution without managing separate browser server components.
Tools this server exposes
12 tools extracted from the READMEcheck_healthCheck the health status of the CamoFox browser server
create_tabCreate a new browser tab
navigateNavigate to a specific URL
click_elementClick on a specified element
type_textType text into a specified element
take_screenshotTake a screenshot of the current page
get_page_sourceGet the HTML source code of the current page
search_pageSearch for text on the current page
save_sessionSave the current browser session
load_profileLoad a browser profile with saved cookies and settings
download_fileDownload a file from the current page
extract_dataExtract structured data from the current page
Note: Tool names inferred from category descriptions in the README. The README mentions 47 tools across categories but doesn't provide complete documentation for each tool in this excerpt. Tools selected based on most common browser automation us
Comparable tools
Installation
Install CamoFox MCP by running both the browser server and MCP server components:
- Start the browser server:
npx camofox-browser@latest
- Add CamoFox MCP to your MCP client (example for Claude Desktop):
{
"servers": {
"camofox": {
"type": "stdio",
"command": "npx",
"args": ["-y", "camofox-mcp@latest"],
"env": {
"CAMOFOX_URL": "http://localhost:9377"
}
}
}
}Verify connection with: curl -fsS http://localhost:9377/health
FAQ
- Is CamoFox MCP a standalone browser?
- No, CamoFox MCP is not a standalone browser. It requires a separate camofox-browser server component to handle the actual browser functionality.
- How does CamoFox MCP prevent detection?
- CamoFox MCP relies on Camoufox, which provides anti-detection capabilities including browser fingerprinting masking, user agent spoofing, and behavior patterns that mimic human browsing.
Compare camofox-mcp with
Last updated · Auto-generated from public README + GitHub signals.