WEBGhosting-MCP
by yranjan06·★ 29·综合分 44
智能隐身浏览器 MCP 服务器,具有反指纹识别功能,可让 AI 代理安全浏览网页。
browser-automationweb-scrapingai-llm
6
Forks
1
活跃 Issue
1 个月前
最近提交
2 天前
收录于
概述
WEBGhosting 是一个基于 Go 的 MCP 服务器,为 AI 代理提供隐身浏览功能。它使用 22 个反指纹脚本包装 Playwright,可在绕过机器人检测的同时保持类人般的浏览体验。该服务器提供了 34 个工具,涵盖导航、交互、数据提取、视觉功能、内存管理等,是网页式 AI 任务的全面解决方案。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
你:规避检测的网络抓取
你:语音控制的 AI 浏览
你:从动态网站提取数据
你:自动化网页测试与交互
你:支持哪些 AI 模型?
你:如何避免被检测?
什么时候选它
当您需要 AI 代理以隐身方式浏览网页,具备类人行为并绕过反机器人措施时,选择 WEBGhosting。
什么时候不要选它
如果您需要无头浏览器自动化而不需要隐身功能,或者更倾向于基于 Python 的 MCP 服务器,请避免使用此工具。
此 server 暴露的工具
从 README 抽取出 12 个工具browseNavigate to a URL
clickClick on an element on the page
typeType text into an element
extractExtract data from the current page
screenshotTake a screenshot of the current page
scrollScroll the page up or down
open_tabOpen a new browser tab
switch_tabSwitch to a specific tab
close_tabClose the current tab
run_taskExecute a predefined task
get_page_contextGet the current page context and structure
wait_for_selectorWait for an element to appear
可对比工具
playwright-mcpbrowserless-mcppuppeteer-mcp
安装
- 从发布页面下载适合您平台的二进制文件
- 配置您的 MCP 客户端:
{
"servers": {
"webghosting": {
"type": "stdio",
"command": "/path/to/webmcp",
"env": {
"AI_API_KEY": "您的 API 密钥",
"AI_BASE_URL": "https://api.openai.com/v1",
"AI_MODEL": "gpt-4o"
}
}
}
}- 在兼容的 IDE 或代理中启动 MCP 服务器(Cursor、Claude Code 等)
FAQ
- 支持哪些 AI 模型?
- WEBGhosting 兼容任何 OpenAI 兼容的提供商,包括 Groq、Ollama、NVIDIA NIM、Together 和 LM Studio。
- 如何避免被检测?
- 该服务器包含 22 个反指纹脚本,可以修改浏览器特征,使其更接近人类行为,并绕过常见的机器人检测机制。
WEBGhosting-MCP 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。