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 | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Ops & InfraMonitoringDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this 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
- Clone the repository:
git clone https://github.com/Commvault/commvault-mcp-server.git
cd commvault-mcp-server- Run the setup script:
uv run setup.py- Start the MCP server:
uv run -m src.serverFor 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"]
}
}
}