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 | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsOtherProductivity | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | this month | this 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
- Download the latest release and copy
STS2_MCP.dllandSTS2_MCP.jsonto<game_install>/mods/ - Launch the game and enable mods in settings
- The mod starts an HTTP server on
localhost:15526 - 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 ``
- 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"]
}
}
}