MCP Catalogs
Home

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
Score4577
Official
Categories
Developer ToolsAI / LLM ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit3 mo agothis 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

  1. Install the server package:
npm install -g @aartiq/servicenow-mcp
  1. 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
  1. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "servicenow": {
      "command": "npx",
      "args": ["-y", "@aartiq/servicenow-mcp"]
    }
  }
}
  1. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.