servicenow-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
servicenow-mcp by aartiq | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 23 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 45 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具运维基建 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 3 个月前 | 本月 |
servicenow-mcp · 概述
ServiceNow MCP 服务器,支持 400+ 工具和所有模块,提供 OAuth 认证和基于角色的工具包。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
servicenow-mcp · 使用场景
- 通过自然语言查询自动化事件管理和服务台操作
- 使用 AI 辅助开发、部署和测试 ServiceNow 脚本和业务规则
- 管理并比较开发、测试和生产环境中的多个 ServiceNow 实例
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
servicenow-mcp · 安装
安装
- 安装服务器包:
npm install -g @aartiq/servicenow-mcp- 配置您的 ServiceNow 实例凭据和权限:
export SERVICENOW_INSTANCE=your_instance
export SERVICENOW_USERNAME=your_username
export SERVICENOW_PASSWORD=your_password
export WRITE_ENABLED=true # 可选:启用写操作- 添加到 Claude Desktop 配置:
{
"mcpServers": {
"servicenow": {
"command": "npx",
"args": ["-y", "@aartiq/servicenow-mcp"]
}
}
}- 生产环境的 OAuth 认证设置,请遵循 [docs/SERVICENOW_OAUTH_SETUP.md](docs/SERVICENOW_OAUTH_SETUP.md) 中的指南
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"]
}
}
}