filesystem vs nutrient-dws-mcp-server
并排对比,帮你在这两个 MCP server 之间做选择。
filesystem by modelcontextprotocol | nutrient-dws-mcp-server by PSPDFKit | |
|---|---|---|
| Stars | ★ 85,748 | ★ 63 |
| 30天用量 | — | — |
| 综合分 | 77 | 46 |
| 官方 | ✓ | — |
| 分类 | 本地文件系统开发者工具效率工具 | 开发者工具AI / LLM 工具效率工具 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 2 个月前 |
filesystem · 概述
功能丰富的文件系统操作 MCP 服务器,具有动态目录访问控制功能。
nutrient-dws-mcp-server · 概述
MCP 服务器连接 AI 助手与 Nutrient DWS API,提供 PDF 处理功能。
filesystem · 使用场景
- 使 AI 模型能够读取和写入项目文件进行开发
- 允许 Claude 或其他 MCP 客户端浏览和分析代码库
- 为内容生成提供对特定目录的安全沙盒访问
nutrient-dws-mcp-server · 使用场景
- 通过自然语言命令转换文档格式
- 自动化敏感信息编辑处理
- 为 PDF 文档添加可见的数字签名
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 中安装。
nutrient-dws-mcp-server · 安装
安装步骤
- 在 [nutrient.io/api](https://dashboard.nutrient.io/sign_up/) 创建 Nutrient 账户
- 在您的 AI 客户端中配置以下设置:
Claude Desktop
{
"mcpServers": {
"nutrient-dws": {
"command": "npx",
"args": ["-y", "@nutrient-sdk/dws-mcp-server"],
"env": {
"SANDBOX_PATH": "/您的/沙盒/目录"
}
}
}
}- 重启您的 AI 客户端并将文档放入沙盒目录