pyxel-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
pyxel-mcp by kitao | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 17 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsMedia | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
pyxel-mcp · Summary
MCP server for AI-assisted retro game development with Pyxel, offering tools to run, capture, and analyze games.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
pyxel-mcp · Use cases
- AI-assisted retro game development with automated testing and iteration
- Automated sprite and animation analysis for game design optimization
- Visual debugging of game states and pixel-level differences
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
pyxel-mcp · Install
Installation
- Install the package:
pip install pyxel-mcp- Register
pyxel-mcpas an MCP server in your AI agent. For Claude Code, add to your project's.mcp.json:
{
"mcpServers": {
"pyxel": {
"type": "stdio",
"command": "pyxel-mcp"
}
}
}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"]
}
}
}