time vs nutrient-document-engine-mcp-server
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | nutrient-document-engine-mcp-server by PSPDFKit | |
|---|---|---|
| Stars | ★ 85,748 | ★ 59 |
| 30天用量 | — | — |
| 综合分 | 77 | 46 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 效率工具开发者工具AI / LLM 工具 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 2 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
nutrient-document-engine-mcp-server · 概述
MCP 服务器通过自然语言提供文档处理功能,包括文本提取、编辑和数据擦除。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
nutrient-document-engine-mcp-server · 使用场景
- 自动化合同、发票和表单的文档分析和数据提取
- 擦除文档中的敏感信息如社会保障号码和支付详情
- 将大文档分割成小节以方便处理和分析
time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}nutrient-document-engine-mcp-server · 安装
安装
前置要求
- Claude Desktop
- Docker Compose
- Node.js 18+
使用 Claude Desktop 设置
- 启动 Nutrient 文档引擎:
git clone https://github.com/PSPDFKit/nutrient-document-engine-mcp.git
cd nutrient-document-engine-mcp
docker-compose up -d- 添加到 Claude Desktop 配置:
{
"mcpServers": {
"nutrient-document-engine": {
"command": "npx",
"args": ["-y", "@nutrient-sdk/document-engine-mcp-server"],
"env": {
"DASHBOARD_USERNAME": "admin",
"DASHBOARD_PASSWORD": "password",
"DOCUMENT_ENGINE_BASE_URL": "http://localhost:5000",
"DOCUMENT_ENGINE_API_AUTH_TOKEN": "secret"
}
}
}
}- 重启 Claude Desktop 并访问 http://localhost:5100/dashboard 仪表板