Odel
Pyxel MCP

Pyxel MCP

Local
@kitao26PythonMITUpdated 1mo ago

MCP server for Pyxel, a retro game engine for Python

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpyxel-mcpv1.2.0

Run

uvx pyxel-mcp

MCP client config

{
  "mcpServers": {
    "pyxel-mcp": {
      "command": "uvx",
      "args": [
        "pyxel-mcp"
      ]
    }
  }
}