MCP Catalogs
Home

STS2MCP vs time

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

STS2MCP
by Gennadiyev
time
by modelcontextprotocol
Stars★ 344★ 85,748
30d uses
Score5077
Official
Categories
AI / LLM ToolsOtherProductivity
ProductivityDeveloper ToolsCommunication
LanguageC#TypeScript
Last committhis monththis month

STS2MCP · Summary

MCP server for Slay the Spire 2 that exposes game state and actions for AI agents.

time · Summary

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

STS2MCP · Use cases

  • AI agents playing Slay the Spire 2 autonomously
  • Automating repetitive game tasks and grinding
  • Researching AI decision-making in complex game environments

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

STS2MCP · Install

  1. Download the latest release and copy STS2_MCP.dll and STS2_MCP.json to <game_install>/mods/
  2. Launch the game and enable mods in settings
  3. The mod starts an HTTP server on localhost:15526
  4. For MCP server setup, install [uv](https://docs.astral.sh/uv/) and run:

``bash uv run --directory /path/to/STS2_MCP/mcp python server.py ``

  1. Add to Claude Desktop config:

```json { "mcpServers": { "sts2": { "command": "uv", "args": ["run", "--directory", "/path/to/STS2_MCP/mcp", "python", "server.py"] } } }

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.