An MCP server that exposes Aseprite to AI clients — 76 tools for pixel art, animation & spritesheets, driven headlessly via Lua.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aseprite-mcp": {
"command": "npx",
"args": [
"-y",
"letsagents/aseprite-mcp"
]
}
}
}
Run in terminal:
claude mcp add aseprite-mcp npx -y letsagents/aseprite-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"aseprite-mcp": {
"command": "npx",
"args": [
"-y",
"letsagents/aseprite-mcp"
]
}
}
}