Aseprite MCP Tools
Related Servers
Alternatives to Aseprite MCP Tools
No user-submitted related servers found.
Related Servers
- AlicenseCqualityBmaintenanceEnables AI assistants to control Aseprite for drawing and editing images through its API.59505MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to drive Aseprite for pixel-art creation, including sprite setup, grid-based drawing, layer/frame/tag management, reference image import, and export, with rendered previews after every mutation.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI to create pixel art in Aseprite through pixel-level drawing primitives, read canvas screenshots, and iterate until satisfied.7MIT
- AlicenseAqualityCmaintenanceEnables AI sprite generation and semantic tools for Aseprite, allowing LLMs to create pixel art, add animations, and manage projects with visual feedback.61GPL 3.0
- AlicenseCqualityBmaintenanceA Python MCP server that gives AI assistants full control over Aseprite for creating pixel art and animated sprites. It provides 104 tools across 17 categories for canvas, drawing, layers, animation, palettes, effects, and more.100MIT
- AlicenseCqualityDmaintenanceEnables AI assistants to automate Aseprite tasks such as sprite sheet export, frame extraction, and Lua scripting for sprite manipulation.21421MIT
TDQS
Scored across 113 tools
Several tools overlap in purpose, such as draw_circle vs draw_circle_at, adjust_hsl vs adjust_hsl_native, and outline_cel vs outline_native, which may confuse agents. The distinction between base and 'at' variants is clear but adds redundancy.
Most tools follow a consistent verb_noun pattern in snake_case, e.g., add_frame, delete_layer, export_sprite. Minor deviations like animation_workflow_guide and get_sprite_info are acceptable but slightly break the pattern.
With 113 tools, the server is overly large for typical MCP usage. Many tools are redundant (e.g., multiple tween and shape-drawing variants), suggesting the set could be streamlined to reduce cognitive load.
The tool set covers a wide range of pixel-art and animation operations, including layers, frames, palettes, tilemaps, and exports. Minor gaps exist (e.g., no bulk frame deletion), but overall the surface is comprehensive for the domain.