servicenow-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
servicenow-mcp by aartiq | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 23 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this month |
servicenow-mcp · Summary
Comprehensive MCP server for ServiceNow with 400+ tools across all modules, supporting OAuth authentication and role-based tool packages.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
servicenow-mcp · Use cases
- Automate incident management and service desk operations through natural language queries
- Develop, deploy and test ServiceNow scripts and business rules using AI assistance
- Manage and compare multiple ServiceNow instances across dev, staging and production environments
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
servicenow-mcp · Install
Installation
- Install the server package:
npm install -g @aartiq/servicenow-mcp- Configure your ServiceNow instance credentials and permissions:
export SERVICENOW_INSTANCE=your_instance
export SERVICENOW_USERNAME=your_username
export SERVICENOW_PASSWORD=your_password
export WRITE_ENABLED=true # Optional: enable write operations- Add to Claude Desktop configuration:
{
"mcpServers": {
"servicenow": {
"command": "npx",
"args": ["-y", "@aartiq/servicenow-mcp"]
}
}
}- For OAuth authentication in production, follow the setup guide in [docs/SERVICENOW_OAUTH_SETUP.md](docs/SERVICENOW_OAUTH_SETUP.md)
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}