MCP server for Pyxel, a retro game engine for Python. Enables AI to autonomously run, verify, and iterate on retro game programs.
Project description
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_and_capture— Run a Pyxel script and capture a screenshot for visual verificationcapture_frames— Capture screenshots at multiple frame points for animation verificationinspect_sprite— Read sprite pixel data from image banks, report symmetry and colorsinspect_layout— Analyze screen layout, text positioning, and visual balancerender_audio— Render a Pyxel sound to WAV and analyze notes, rhythm, and keypyxel_info— Get Pyxel installation paths (API stubs, examples)
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyxel_mcp-0.1.10.tar.gz.
File metadata
- Download URL: pyxel_mcp-0.1.10.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9c4c351e133469b90e3653f65dfe14bd834f6856703343568596df98edd65ed
|
|
| MD5 |
d09991319026cd35f2bd08e1506e428e
|
|
| BLAKE2b-256 |
e9a0e550aac17c854c63600192bea8c029aee933507686018f4e49c613d6ee92
|
File details
Details for the file pyxel_mcp-0.1.10-py3-none-any.whl.
File metadata
- Download URL: pyxel_mcp-0.1.10-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e90b345421f71873019f6e456b6aeb61b2cda8b21fe570564b0fedd69253ef6
|
|
| MD5 |
1ffd4854d9fc0c5040fa28973630e95a
|
|
| BLAKE2b-256 |
bb2df1b0079d2e2fbe7f1b9bad95630f2e8e38fcc8f50e2c923c8e86bfc238ff
|