MCP Catalogs
Home

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
Score4377
Official
Categories
Developer ToolsAI / LLM ToolsMedia
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit1 mo agothis 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

  1. Install the package:
pip install pyxel-mcp
  1. Register pyxel-mcp as 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.