time vs mcp-server-pipecd
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-server-pipecd by Warashi | |
|---|---|---|
| Stars | ★ 85,748 | ★ 4 |
| 30d uses | — | — |
| Score | 77 | 36 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsOps & InfraProductivity |
| Language | TypeScript | Go |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-pipecd · Summary
MCP server for PipeCD, a continuous deployment platform, providing application management through the Model Context Protocol.
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-server-pipecd · Use cases
- Managing PipeCD deployments through Claude Desktop
- Automating application lifecycle with MCP tools
- Integrating PipeCD with AI assistants for deployment management
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"]
}
}
}mcp-server-pipecd · Install
Installation
- Install with Go:
go install github.com/Warashi/mcp-server-pipecd@latest- Configure Claude Desktop:
Add the following to your Claude Desktop configuration JSON:
{
"mcpServers": {
"pipecd": {
"command": "/Users/youruser/go/bin/mcp-server-pipecd",
"args": [],
"env": {
"PIPECD_HOST": "your.pipecd.domain:443",
"PIPECD_API_KEY_FILE": "/path/to/your/api_key",
"PIPECD_INSECURE": "false"
}
}
}
}