MCP Catalogs
Home

time vs mcp-ssh

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
mcp-ssh
by shuakami
Stars★ 85,748★ 62
30d uses
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsOps & InfraSecurity
LanguageTypeScriptTypeScript
Last committhis month4 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp-ssh · Summary

An MCP server that provides AI-powered SSH management capabilities through standardized protocols.

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-ssh · Use cases

  • Automated server administration through AI assistants
  • Remote development environment management
  • File transfer and system monitoring automation
  • Persistent tmux session management for collaborative work

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-ssh · Install

Installation

  1. Clone and install:
git clone https://github.com/shuakami/mcp-ssh.git
cd mcp-ssh
npm install
npm run build
  1. Configure in your MCP client (e.g., Cursor):
{
  "mcpServers": {
    "ssh-mcp": {
      "command": "python3",
      "args": ["/path/to/mcp-ssh/bridging_ssh_mcp.py"]
    }
  }
}
  1. Restart your client to activate the MCP server.
Comparison generated from public README + GitHub signals. Last updated automatically.