Back to Apps

Aseprite MCP
Supports UIby dizzd
Bridge AI assistants with the Aseprite pixel art editor to create, edit, and export sprites using natural language.
0 stars
Works in:VS Code CopilotCursor
Exposes:Tools
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
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to Cursor MCP settings: { "mcpServers": { "aseprite": { "command": "path/to/aseprite_mcp.exe", "env": { "ASEPRITE_PATH": "..." } } } }Claude Desktop
{
"mcpServers": {
"aseprite": {
"command": "path/to/aseprite_mcp.exe",
"env": {
"ASEPRITE_PATH": "C:\\Program Files\\Aseprite\\Aseprite.exe"
}
}
}
}VS Code Copilot
Add to .vscode/mcp.json: { "servers": { "aseprite": { "type": "stdio", "command": "path/to/aseprite_mcp.exe", "env": { "ASEPRITE_PATH": "..." } } } }





