MCP Catalogs
Home

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
Score4777
Official
Categories
Developer ToolsOps & InfraAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis 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

  1. Sign up at [cloud.deploystack.io](https://cloud.deploystack.io)
  2. Connect your GitHub account or browse the MCP catalog
  3. Deploy a repository or install from catalog
  4. Configure credentials if needed
  5. Get your HTTP endpoint URL
  6. 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 up

See 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.