MCP Catalogs
Home

commvault-mcp-server vs time

Side-by-side comparison to help you pick between these two MCP servers.

commvault-mcp-server
by Commvault
time
by modelcontextprotocol
Stars★ 13★ 85,748
30d uses
Score4477
Official
Categories
Ops & InfraMonitoringDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

commvault-mcp-server · Summary

Commvault MCP Server enables AI agents to securely access and manage backup job details, metrics, client information, and more from Commvault environments.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

commvault-mcp-server · Use cases

  • AI assistants monitoring and managing Commvault backup operations
  • Automating report generation for backup status and SLA compliance
  • Integrating backup management into enterprise AI workflows

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

commvault-mcp-server · Install

Installation Steps

  1. Clone the repository:
git clone https://github.com/Commvault/commvault-mcp-server.git
cd commvault-mcp-server
  1. Run the setup script:
uv run setup.py
  1. Start the MCP server:
uv run -m src.server

For Claude Desktop configuration:

{
  "mcpServers": {
    "Commvault": {
      "command": "uv",
      "args": ["run", "-m", "src.server"]
    }
  }
}

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.