MCP.DevOps vs time
Side-by-side comparison to help you pick between these two MCP servers.
MCP.DevOps by jihadkhawaja | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30d uses | — | — |
| Score | 34 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsOps & InfraCloud Storage | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | 10 mo ago | this month |
MCP.DevOps · Summary
Comprehensive MCP DevOps server for cloud deployments, Docker operations, and infrastructure automation across AWS, Azure, and Linux servers.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
MCP.DevOps · Use cases
- Automated application deployment to AWS EC2, Azure, and Linux servers
- Infrastructure provisioning and management through AI assistants
- CI/CD pipeline automation with MCP-enabled AI agents
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
MCP.DevOps · Install
Installation
Prerequisites
- .NET 8.0 SDK or later
- Compatible MCP client (Claude Desktop, VS Code with MCP extension, etc.)
- Cloud CLI tools (optional but recommended):
- AWS CLI for AWS deployments - Azure CLI for Azure deployments - Docker for container operations
Building from Source
git clone https://github.com/jihadkhawaja/MCP.DevOps.git
cd MCP.DevOps
dotnet buildRunning the Server
dotnet run --project MCP.DevOpsClaude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"MCP.DevOps": {
"command": "dotnet",
"args": ["run", "--project", "path/to/MCP.DevOps.csproj"]
}
}
}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"]
}
}
}