MCP Catalogs
首页

desktop

by agentify-sh·391·综合分 50

MCP 服务器,通过并行标签页和自动化控制网络 AI 会话(ChatGPT、Claude 等)。

browser-automationai-llmdeveloper-tools
32
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Agentify Desktop 是一个 AI 网络会话的本地控制中心,允许 MCP 兼容工具利用您现有的 AI 服务订阅。它管理多个平台上的已登录浏览器会话,提供查询页面、导航、上传文件和保存工件的 MCP 工具。该解决方案支持并行标签页,使不同的代理可以使用单独的会话,并在需要时将本地仓库上下文打包到提示中。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:使用 MCP 兼容工具自动化与 ChatGPT、Claude 或其他 AI 服务的交互
:在多次查询间保持稳定的 AI 会话,同时保持浏览器状态完整
:从 AI 服务生成并保存工件/图像,供后续提示重用
:支持哪些浏览器后端?
:它如何处理验证码和登录?

什么时候选它

当您需要多个 AI 工具控制现有的网络服务订阅,而不需要单独账户,特别是处理需要文件上传或工件下载的上下文密集型任务时,选择此工具。

什么时候不要选它

如果您需要直接访问 AI 服务的读/写 API,或者您更喜欢基于云的解决方案而非本地浏览器自动化,请避免使用。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • agentify_query

    Send a prompt to a stable tab and return the assistant response.

  • agentify_read_page

    Read visible page text from a tab.

  • agentify_navigate

    Navigate a tab to a URL.

  • agentify_ensure_ready

    Wait for login, CAPTCHA, or UI readiness.

  • agentify_show

    Bring browser windows forward.

  • agentify_hide

    Minimize browser windows.

  • agentify_status

    Inspect tab and readiness state.

  • agentify_tab_create

    Create a new browser tab.

  • agentify_save_artifacts

    Save generated files/images locally.

  • agentify_save_bundle

    Save context bundles for reuse.

  • agentify_add_watch_folder

    Add a watched folder for context.

  • agentify_query

    Send a prompt with local file context.

可对比工具

browserlesspuppeteerplaywrightselenium-webdriver

安装

安装

使用 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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。