pyxel-mcp
pyxel-mcp
MCP-Server für Pyxel, eine Retro-Game-Engine für Python. Ermöglicht es KI, Retro-Spielprogramme autonom auszuführen, zu verifizieren und zu iterieren.
Funktionen
Ausführen & Erfassen
run_and_capture— Führt ein Pyxel-Skript aus und erstellt nach N Frames einen Screenshotcapture_frames— Erstellt Screenshots an mehreren Frame-Punkten zur Animationsüberprüfungrecord_gameplay— Zeichnet N Frames als GIF zur Überprüfung von Animationen/Übergängen aufplay_and_capture— Spielt ein Spiel durch Senden simulierter Eingaben und erstellt Screenshots
Inspizieren & Debuggen
validate_script— Validiert ein Pyxel-Skript, ohne es auszuführeninspect_state— Liest Spielobjekt-Attribute an bestimmten Frames zum Debuggen ausinspect_screen— Erfasst den Bildschirm als kompaktes Farbindex-Rastercompare_frames— Vergleicht Screenshots an zwei Frames und meldet Pixelunterschiede
Visuelle Analyse
inspect_sprite— Inspiziert Sprite-Pixeldaten aus einer Pyxel-Image-Bankinspect_layout— Analysiert Bildschirmlayout, Textausrichtung und visuelle Balanceinspect_palette— Analysiert Farbnutzung und Kontrast in einem Pyxel-Screenshotinspect_bank— Visualisiert eine gesamte Pyxel-Image-Bank als einzelnen Screenshotinspect_tilemap— Inspiziert Tilemap-Inhalt, Tile-Nutzung und Layoutinspect_animation— Überprüft die Konsistenz des Sprite-Sheets über Animationsframes hinweg
Audio
render_audio— Rendert einen Pyxel-Sound oder Musik zu WAV und gibt eine Wellenformanalyse zurück
Ressourcen (Pyxel-Referenz)
Zusätzlich zu den Werkzeugen stellt der Server Pyxel-Referenzinhalte als MCP-Ressourcen bereit:
pyxel://api-reference,pyxel://user-guide,pyxel://mml-commands,pyxel://pyxres-format— offizielle Pyxel-Dokumentationpyxel://examples/<name>— offizielle Pyxel-Beispiele (z. B.02_jump_game)pyxel://palette/default— 16-Farben-Palette mit Verwendungshinweisen
In Claude Code referenzieren Sie diese mit @pyxel:examples/02_jump_game usw.
Dienstprogramm
pyxel_info— Ruft Pyxel-Installationsinformationen ab: Paketpfad, Beispielpfad und API-Stub-Pfad
Related MCP server: aseprite-mcp
Erste Schritte
Bitten Sie einfach Ihren KI-Agenten (z. B. Claude Code), ein Pyxel-Spiel zu erstellen. Der Agent wird pyxel-mcp automatisch aus dem MCP Registry entdecken und einrichten.
Manuelle Installation
Installieren Sie das Paket:
pip install pyxel-mcpRegistrieren Sie
pyxel-mcpals MCP-Server in Ihrem KI-Agenten. Fügen Sie für Claude Code Folgendes zu Ihrer.mcp.jsonim Projekt hinzu:
{
"mcpServers": {
"pyxel": {
"type": "stdio",
"command": "pyxel-mcp"
}
}
}MCP Registry
mcp-name: io.github.kitao/pyxel-mcp
Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to play Pokémon games by providing a functional interface for game interaction. It allows for seamless integration with AI clients to execute gameplay tasks and manage game states.3
- AlicenseNot gradedqualityBmaintenanceMCP server for programmatically creating and editing Aseprite sprites, enabling AI agents to draw, manage layers and frames, and iterate until the desired result is achieved.MIT
- AlicenseBqualityAmaintenanceAn MCP server that lets AI agents create and edit Aseprite sprites headlessly, enabling pixel art, animation, and export via 98 tools.1003MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI coding agents to create pixel art programmatically by providing canvas manipulation tools and PNG export.261
Related MCP Connectors
Generate authentic pixel art - sprites, animations, and tilesets - from any MCP client
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kitao/pyxel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server