deploystack vs time
Side-by-side comparison to help you pick between these two MCP servers.
deploystack by deploystackio | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 57 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsOps & InfraAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
deploystack · Summary
DeployStack transforms stdio-only MCP servers into HTTP endpoints for automation platforms.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
deploystack · Use cases
- Workflow automation in n8n using MCP servers as HTTP nodes
- Team-based MCP server deployment with credential management and access controls
- Production deployment of MCP servers without DevOps expertise
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
deploystack · Install
Installation
Using DeployStack Cloud
- Sign up at [cloud.deploystack.io](https://cloud.deploystack.io)
- Connect your GitHub account or browse the MCP catalog
- Deploy a repository or install from catalog
- Configure credentials if needed
- Get your HTTP endpoint URL
- Add to your MCP client configuration:
{
"mcpServers": {
"deploystack": {
"type": "http",
"url": "https://satellite.deploystack.io/mcp"
}
}
}Self-Hosting
git clone https://github.com/deploystackio/deploystack
cd deploystack
docker-compose upSee the [Self-Hosting Documentation](https://docs.deploystack.io/self-hosted/quick-start) for detailed instructions.
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"]
}
}
}