智能浏览器 是 AI Skill Hub 本期精选MCP工具之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
智能浏览器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
智能浏览器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/unmodeled-tyler/vessel-browser
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"-----": {
"command": "npx",
"args": ["-y", "vessel-browser"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 智能浏览器 执行以下任务... Claude: [自动调用 智能浏览器 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"_____": {
"command": "npx",
"args": ["-y", "vessel-browser"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效

<a href="https://snapcraft.io/vessel-browser"> <img alt="Get it from the Snap Store" src=https://snapcraft.io/en/dark/install.svg /> </a> <a href="https://www.producthunt.com/products/quanta-intellect?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-vessel-browser-from-quanta-intellect" target="_blank" rel="noopener noreferrer"><img alt="Vessel Browser from Quanta Intellect - The browser where agents drive and humans supervise | Product Hunt" width="250" height="54" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1107491&theme=dark&t=1774779141692"></a>
Ctrl+L) — a secondary operator surface for harness-driven workflows and future runtime commandsCtrl+Shift+L) — live supervision across eight tabs: Supervisor, Bookmarks, Checkpoints, Chat, Automate, History, Changes, and ResearchF12) — inspect console output, network requests, and MCP/agent activity in a resizable panel at the bottom of the window; export logs by category and date range as JSONCtrl+N; print the active page with Ctrl+P or save it directly as PDF with Ctrl+Shift+Pundo_last_action toolintent (what the page is for), expectedContent (what to expect on the page), keyFields (important form fields), agentHints (arbitrary directives), and a stored pageSchema; humans can create and edit this metadata directly in the Bookmarks tab, and all fields are searchablepageType (article, product, form, search, checkout, login, dashboard), primaryEntity (structured fields for products and articles), formFields (with names, types, labels, selectors), and actionButtons (with inferred intents: submit, addToCart, login, etc.); schema is attached to every content extraction resultflow_start; progress is tracked step-by-step with flow_advance and visible in the sidebar throughout executionChanged badge in the address bar when the title, headings, or main content differ on a later visit; expand it to see a compact summary of what changed since the last snapshotCtrl+Shift+F) — hide all chrome, content fills the screennpm install
Linux AppImage from GitHub Releases:
Vessel-<version>-x64.AppImagechmod +x Vessel-*.AppImage./Vessel-*.AppImageCtrl+,) and confirm the MCP endpoint shown therenpm install -g @quanta-intellect/vessel-browser
vessel-browser
Or run it directly without installing:
npx @quanta-intellect/vessel-browser
curl -fsSL https://raw.githubusercontent.com/unmodeled-tyler/vessel-browser/main/scripts/install.sh | bash
The installer:
~/.local/share/vessel-browservessel-browser launcher in ~/.local/binvessel-browser-launch helper in ~/.local/binvessel-browser-update helper in ~/.local/binvessel-browser-status helper in ~/.local/bin~/.config/vessel/vessel-settings.json with MCP port 3100~/.config/vessel/mcp-stdio-snippet.json~/.config/vessel/mcp-http-snippet.jsonvessel-browser-mcp helper that can run as a stdio-to-HTTP proxy (--stdio) or print config snippetsThe packaged AppImage path:
Windows packaged releases:
Vessel-<version>-x64-setup.exe NSIS installerYou do not need to uninstall Vessel before installing a newer Windows release. Uninstall first only if you are recovering from a broken install or intentionally removing local Vessel data.
After install:
vessel-browser
```bash
npm run build
npm run verify:mac:universal
vessel-browser-update --check
vessel-browser-update
Status helper:
bash
vessel-browser-status
vessel-browser-launch
Want the full agent toolkit from day one? Start a 7-Day Free Trial of Vessel Premium — $5.99/mo.
Vessel is designed to act as the browser runtime that your external agent harness drives.
Ctrl+,) to confirm MCP status, copy the endpoint, or change the MCP portvessel-browser-mcp --stdio as the MCP command (auth is resolved automatically), or connect directly to http://127.0.0.1:<mcpPort>/mcp with the bearer token from ~/.config/vessel/mcp-auth.jsonNotes:
3100Ctrl+,) and enable Chat Assistant to set a provider and modelllama.cpp (Local) is a first-class chat provider in Settings and targets http://localhost:8080/v1 by default; Vessel auto-fetches the active model from llama-serverllama-server, use --ctx-size 16384 minimum and 32768 recommended for reliable Vessel agent loops; lower values often fail once prompt, tool schema, and tool history accumulateChanged badge when Vessel detects that a previously visited page has meaningfully changed since the last saved snapshotgithub-logged-in, and reload that state in later runsThe installer writes three snippets to:
~/.config/vessel/mcp-stdio-snippet.json~/.config/vessel/mcp-http-snippet.json~/.config/vessel/mcp-hermes-snippet.yamlIt also installs a helper command:
vessel-browser-mcp
Helper examples:
```bash
vessel-browser-mcp --format url
npm run dist:dir
npm run dist
npm run dist:mac:dir
npm run dist:mac
npm run dist:mac:signed ```
Notes:
npm run dev still launches the stock Electron binary, so Linux may continue showing the default Electron gear icon in developmentnpm run dist / npm run dist:dir use the Vessel app iconnpm run build:icon:mac regenerates resources/vessel-icon.icns from resources/vessel-icon.png for macOS packagingnpm run dist:mac and npm run dist:mac:dir build universal macOS artifacts by default, so the same app runs natively on Intel and Apple Silicon Macsnpm run dist:mac:x64 and npm run dist:mac:arm64 are available when you need smaller architecture-specific test artifactsnpm run verify:mac:universal uses lipo to confirm the packaged app executable and Electron framework include both x86_64 and arm64 slicesnpm run dist:mac, npm run dist:mac:dir, npm run dist:mac:x64, and npm run dist:mac:arm64 intentionally disable auto-signing so local packaging works on any Mac without keychain setupnpm run dist:mac:signed and npm run dist:mac:dir:signed build universal artifacts and use normal electron-builder signing discovery; if your login keychain has duplicate Apple certs, clean those up or use a dedicated keychain before running the signed pathxvfb-run -a npm run smoke:testvessel-browser-mcp --stdio
高质量的开源MCP工具,智能浏览器自动化
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,智能浏览器 在MCP工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | vessel-browser |
| Topics | ai-agentsai-browser-automationautonomous-agents |
| GitHub | https://github.com/unmodeled-tyler/vessel-browser |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-06-04 · 更新时间:2026-06-04 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端