filesystem vs vessel-browser
并排对比,帮你在这两个 MCP server 之间做选择。
filesystem by modelcontextprotocol | vessel-browser by unmodeled-tyler | |
|---|---|---|
| Stars | ★ 85,748 | ★ 76 |
| 30天用量 | — | — |
| 综合分 | 77 | 46 |
| 官方 | ✓ | — |
| 分类 | 本地文件系统开发者工具效率工具 | 浏览器自动化AI / LLM 工具开发者工具 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
filesystem · 概述
功能丰富的文件系统操作 MCP 服务器,具有动态目录访问控制功能。
vessel-browser · 概述
为智能体设计的基于Chromium的浏览器,提供MCP控制和持久状态管理。
filesystem · 使用场景
- 使 AI 模型能够读取和写入项目文件进行开发
- 允许 Claude 或其他 MCP 客户端浏览和分析代码库
- 为内容生成提供对特定目录的安全沙盒访问
vessel-browser · 使用场景
- 需要人类监督和干预的长时间网页自动化任务
- 使用内置的智能体工作流和研究桌进行资料收集与分析
- 跨会话的持久状态自主浏览,用于复杂工作流
filesystem · 安装
安装
使用 NPX
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
]
}
}
}使用 Docker
{
"mcpServers": {
"filesystem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
"mcp/filesystem",
"/projects"
]
}
}
}VS Code 扩展
点击 README 中的安装按钮直接在 VS Code 中安装。
vessel-browser · 安装
安装选项
- **Linux AppImage(推荐)**:
``bash # 从GitHub Releases下载最新AppImage wget https://github.com/unmodeled-tyler/quanta-vessel-browser/releases/latest/download/Vessel-<version>-x64.AppImage chmod +x Vessel-*.AppImage ./Vessel-*.AppImage ``
- **NPM安装**:
``bash npm install -g @quanta-intellect/vessel-browser vessel-browser ``
- **源码安装**:
``bash curl -fsSL https://raw.githubusercontent.com/unmodeled-tyler/quanta-vessel-browser/main/scripts/install.sh | bash ``
MCP集成设置
- 打开Vessel浏览器
- 进入设置(Ctrl+,)
- 确认MCP端点配置
- 浏览器为智能体控制暴露MCP工具