MCP server for Pyxel, a retro game engine for Python
Project description
pyxel-mcp
MCP server for Pyxel that 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 verificationrender_audio— Render a Pyxel sound to WAV and analyze the waveform (note detection, frequency, volume)pyxel_info— Get Pyxel installation paths (API stubs, examples)
Requirements
- Python 3.10+
- Pyxel (
pip install pyxel)
Installation
pip install pyxel-mcp
Usage with Claude Code
Add to your project's .mcp.json:
{
"mcpServers": {
"pyxel": {
"type": "stdio",
"command": "pyxel-mcp"
}
}
}
Then copy CLAUDE.md to your project root to give the AI context about available tools and Pyxel workflows.
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.2.tar.gz.
File metadata
- Download URL: pyxel_mcp-0.1.2.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f1889a21f707276a1fc535d5730c616cc61d3ab163ccc4aaf536fc890ed2a0f
|
|
| MD5 |
6785522511884e0c12f3c8a177b0470e
|
|
| BLAKE2b-256 |
f331bdb47b3b6b687fed52f1ae6f604ddcc64559a787c55112c334727e734c01
|
File details
Details for the file pyxel_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pyxel_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.9 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 |
560d1987e61bcd2ba9216caabcc345e54e3b5309add58576d35c264fa56c9b7c
|
|
| MD5 |
40ddb0f10ae011a974da8cc2ce1ddc82
|
|
| BLAKE2b-256 |
0cc580bd99a3efbe782b9d3f148cd494dd3af1e28229a6acff4c0e28679e773f
|