๐ฎ
Pyxel MCP
MCP server for Pyxel, a retro game engine for Python
0 installs
Trust: 37 โ Low
Gaming
Ask AI about Pyxel MCP
Powered by Claude ยท Grounded in docs
I know everything about Pyxel MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
pyxel-mcp
MCP server for Pyxel, a retro game engine for Python. Enables AI to autonomously run, verify, and iterate on retro game programs.
Features
Run & Capture
run_and_captureโ Run a Pyxel script and capture a screenshot after N framescapture_framesโ Capture screenshots at multiple frame points for animation verificationplay_and_captureโ Play a game by sending simulated input and capture screenshots
Inspect & Debug
validate_scriptโ Validate a Pyxel script without running itinspect_stateโ Read game object attributes at specific frames for debugginginspect_screenโ Capture screen as a compact color index gridcompare_framesโ Compare screenshots at two frames and report pixel differences
Visual Analysis
inspect_spriteโ Inspect sprite pixel data from a Pyxel image bankinspect_layoutโ Analyze screen layout, text alignment, and visual balanceinspect_paletteโ Analyze color usage and contrast in a Pyxel screenshotinspect_bankโ Visualize an entire Pyxel image bank as a single screenshotinspect_tilemapโ Inspect tilemap content, tile usage, and layoutinspect_animationโ Check sprite sheet consistency across animation frames
Audio
render_audioโ Render a Pyxel sound or music to WAV and return waveform analysis
Utility
pyxel_infoโ Get Pyxel installation info: package location, examples path, and API stubs path
Getting Started
Just ask your AI agent (e.g. Claude Code) to create a Pyxel game. The agent will automatically discover and set up pyxel-mcp from the MCP Registry.
Manual 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"
}
}
}
MCP Registry
mcp-name: io.github.kitao/pyxel-mcp
License
MIT
