
Aseprite MCP
Supports UIby dizzd
Bridge AI assistants with the Aseprite pixel art editor to create, edit, and export sprites using natural language.
What it does
Aseprite MCP is a Rust-based server that allows AI agents to control the Aseprite pixel art editor. It transforms natural language instructions into Lua scripts, enabling the AI to perform complex drawing, layering, and animation tasks directly within Aseprite.
Tools
create_sprite: Creates new pixel art files with specified dimensions and color modes.draw_pixels: Directly manipulates pixels at specific coordinates.use_tool: Emulates Aseprite's drawing tools (pencil, line, bucket, etc.).list_layers/add_layer: Manages the layer stack for complex sprites.list_frames/add_frame: Controls animation sequences and frame durations.export_spritesheet: Generates spritesheets with accompanying JSON metadata for game engines.run_lua_script: Allows the AI to execute custom Lua scripts for advanced automation.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"aseprite": {
"command": "path/to/aseprite_mcp.exe",
"env": {
"ASEPRITE_PATH": "C:\\Program Files\\Aseprite\\Aseprite.exe"
}
}
}
}
Supported hosts
- Claude Desktop
- VS Code Copilot
- Cursor
Quick install
cargo build --releaseInformation
- Pricing
- free
- Published
- 5/7/2026





