MCP Catalogs
Home

time vs sh-disney-mcp

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

time
by modelcontextprotocol
sh-disney-mcp
by syyuan14
Stars★ 85,748★ 81
30d uses
Score7743
Official
Categories
ProductivityDeveloper ToolsCommunication
OtherProductivity
LanguageTypeScriptTypeScript
Last committhis month7 mo ago

time · Summary

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

sh-disney-mcp · Summary

An MCP server that provides real-time ticket pricing and availability for Shanghai Disneyland.

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

sh-disney-mcp · Use cases

  • Travel planning assistants for Disneyland visitors
  • Chatbots providing real-time ticket information
  • Personalized itinerary recommendations based on ticket availability

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"]
    }
  }
}

sh-disney-mcp · Install

Installation

  1. Install via npm:
npm install -g sh-disney-mcp
  1. Integrate with your MCP host:

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "sh-disney-mcp": {
      "command": "npx",
      "args": ["-y", "sh-disney-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.