camofox-mcp
by redf0x1·★ 61·综合分 47
反检测浏览器 MCP 服务器,提供47个自动化工具,可无障碍地进行网页交互。
概述
CamoFox MCP 将 MCP 客户端连接到 CamoFox 浏览器服务器,为 AI 代理提供反检测浏览器功能。它提供全面的工具集,包括导航、交互、观察、搜索、下载、会话管理和批量工作流程等47个工具。服务器支持 stdio 和 HTTP 传输模式,并具有会话持久化和配置文件管理功能。基于 Camoufox 构建,提供反检测能力。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您的 AI 代理需要反检测浏览器自动化时,特别是对于需要登录的工作流或有严格机器人检测机制的网站,选择 CamoFox MCP。
什么时候不要选它
如果您需要简单的浏览器自动化而不需要反检测功能,或者希望使用一体化解决方案而不必管理单独的浏览器服务器组件,则不要选择此产品。
此 server 暴露的工具
从 README 抽取出 12 个工具check_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
说明: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
可对比工具
安装
通过运行浏览器服务器和 MCP 服务器组件来安装 CamoFox MCP:
- 启动浏览器服务器:
npx camofox-browser@latest
- 将 CamoFox MCP 添加到您的 MCP 客户端(Claude Desktop 示例):
{
"servers": {
"camofox": {
"type": "stdio",
"command": "npx",
"args": ["-y", "camofox-mcp@latest"],
"env": {
"CAMOFOX_URL": "http://localhost:9377"
}
}
}
}使用以下命令验证连接:curl -fsS http://localhost:9377/health
FAQ
- CamoFox MCP 是独立浏览器吗?
- 不是,CamoFox MCP 不是独立浏览器。它需要单独的 camofox-browser 服务器组件来处理实际的浏览器功能。
- CamoFox MCP 如何防止检测?
- CamoFox MCP 依赖于 Camoufox,它提供反检测功能,包括浏览器指纹掩蔽、用户代理欺骗和模仿人类浏览行为模式。
camofox-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。