desktop
by agentify-sh·★ 391·综合分 50
MCP 服务器,通过并行标签页和自动化控制网络 AI 会话(ChatGPT、Claude 等)。
概述
Agentify Desktop 是一个 AI 网络会话的本地控制中心,允许 MCP 兼容工具利用您现有的 AI 服务订阅。它管理多个平台上的已登录浏览器会话,提供查询页面、导航、上传文件和保存工件的 MCP 工具。该解决方案支持并行标签页,使不同的代理可以使用单独的会话,并在需要时将本地仓库上下文打包到提示中。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要多个 AI 工具控制现有的网络服务订阅,而不需要单独账户,特别是处理需要文件上传或工件下载的上下文密集型任务时,选择此工具。
什么时候不要选它
如果您需要直接访问 AI 服务的读/写 API,或者您更喜欢基于云的解决方案而非本地浏览器自动化,请避免使用。
此 server 暴露的工具
从 README 抽取出 12 个工具agentify_querySend a prompt to a stable tab and return the assistant response.
agentify_read_pageRead visible page text from a tab.
agentify_navigateNavigate a tab to a URL.
agentify_ensure_readyWait for login, CAPTCHA, or UI readiness.
agentify_showBring browser windows forward.
agentify_hideMinimize browser windows.
agentify_statusInspect tab and readiness state.
agentify_tab_createCreate a new browser tab.
agentify_save_artifactsSave generated files/images locally.
agentify_save_bundleSave context bundles for reuse.
agentify_add_watch_folderAdd a watched folder for context.
agentify_querySend a prompt with local file context.
可对比工具
安装
安装
使用 npx 开始(推荐):
npx @agentify/desktop全局安装:
npm install -g @agentify/desktop
agentify-desktop作为 MCP 服务器运行:
npx @agentify/desktop mcp对于 Claude Desktop,添加到配置:
{
"mcpServers": {
"agentify-desktop": {
"command": "npx",
"args": ["-y", "@agentify/desktop", "mcp"]
}
}
}FAQ
- 支持哪些浏览器后端?
- Agentify Desktop 支持两种后端:'chrome-cdp'(默认,使用 Chrome DevTools 协议)和 'electron'(嵌入式窗口)。Chrome CDP 是推荐的,因为 SSO 提供商通常阻止嵌入式 Electron 登录。
- 它如何处理验证码和登录?
- Agentify Desktop 不绕过验证码或使用第三方求解器。当出现验证或登录挑战时,自动化会暂停,将窗口前置,并等待手动完成。
desktop 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。