pyxel-mcp
Related Servers
Alternatives to pyxel-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceAn MCP server that lets AI agents create and edit Aseprite sprites headlessly, enabling pixel art, animation, and export via 98 tools.1008MIT
- FlicenseAqualityDmaintenanceAn MCP server that enables AI coding agents to create pixel art programmatically by providing canvas manipulation tools and PNG export.1018 npm2-
- AlicenseAqualityCmaintenanceAn MCP server that lets LLM agents autonomously play retro games by driving a real OpalEmu emulator in a Playwright-controlled browser, exposing tools for loading ROMs, controlling buttons, and capturing screenshots.64AGPL 3.0
- AlicenseNot gradedqualityDmaintenanceMCP 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
- AlicenseNot gradedqualityBmaintenanceAn MCP server that lets AI agents create, edit, and animate pixel-art sprites, with PNG previews after every step and support for export to GIF/APNG/spritesheets.33,265 npmMIT
- AlicenseNot gradedqualityAmaintenanceAn AI-native game engine MCP server that enables AI agents to create, modify, and run games using 53 tools for scene creation, physics, audio, 3D rendering, and AI-generated images and music.1MIT
TDQS
Scored across 14 tools
Each tool has a clearly distinct purpose targeting specific aspects of Pyxel game development: capture_frames for animation verification, compare_frames for visual regression, inspect_* tools for analyzing different game components (bank, layout, palette, screen, sprite, state, tilemap), play_and_capture for input testing, pyxel_info for installation details, render_audio for sound analysis, run_and_capture for basic execution, and validate_script for syntax checking. There is no functional overlap between tools.
Tool names follow a highly consistent verb_noun pattern throughout: capture_frames, compare_frames, inspect_bank, inspect_layout, inspect_palette, inspect_screen, inspect_sprite, inspect_state, inspect_tilemap, play_and_capture, pyxel_info, render_audio, run_and_capture, validate_script. All use snake_case with clear action verbs (capture, compare, inspect, play, render, run, validate) followed by specific nouns.
14 tools is well-scoped for the Pyxel game development domain, covering animation verification, visual testing, component inspection, input simulation, audio analysis, script validation, and system information. Each tool serves a distinct purpose in the testing/debugging workflow, with no redundant or trivial tools.
The toolset provides comprehensive coverage for Pyxel game testing and debugging, including visual verification (capture_frames, compare_frames), component analysis (7 different inspect_* tools), input testing (play_and_capture), audio analysis (render_audio), and script validation (validate_script). Minor gaps might include tools for performance profiling or network testing, but these are outside the core visual/audio debugging focus.