ase-deliver
Без .aseprite это не считается сдачей. AseDeliver — это недостающий слой-компилятор между «ИИ нарисовал картинку» и «игра может её использовать».
Модель изображений можно менять. Контракт на поставку не меняется.
Демонстрация
Пример слайма — готовый спрайт 32×32, нарисованный самим инструментом (обводка, четыре уровня яркости, idle / walk / jump), проверен в официальном Aseprite 1.3.18.2.
Смотрите полную страницу (крупные изображения + анимации): ylty1516.github.io/ase-deliver
Related MCP server: Aseprite-MCP
Что он создаёт
Файл | Назначение |
| Исходный файл: слои, кадры, теги, палитра, pivot |
| Спрайт-лист |
| Предпросмотр |
| frame + frameTags для движка |
Как использовать с любым ИИ
init— создать шаблонный проектbrief— рисовать по именам файлов, которые он перечисляет (любая модель или ASCII)Положить файлы в
raw/builddeliverableвvalidateдолжен быть trueopenв Aseprite
Полный контракт — в AGENTS.md. Grok / Claude / Cursor / Codex могут просто прочитать этот файл.
git clone https://github.com/ylty1516/ase-deliver.git
cd ase-deliver
py -3 -m venv .venv
.venv\Scripts\python.exe -m pip install -r requirements.txt
ase-deliver.bat demo --out examples\slime --open
ase-deliver.bat init hero --template character-platformer --desc "side-view fox knight"
ase-deliver.bat brief hero
ase-deliver.bat build heroLinux / macOS:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
PYTHONPATH=. python -m ase_deliver demo --out examples/slimeШаблоны
id | Холст | tags |
| 32×32 | idle, walk, jump |
| 16×16 | ходьба в четырёх направлениях |
| 64×64 | front / 3/4 / side / back |
| 80×80 | bust |
| 32×32 | idle |
| 16×16 | grass, dirt, stone, water |
| 48×16 | normal, hover, pressed |
| 32×32 | burst |
MCP
Любой MCP-клиент:
{
"mcpServers": {
"ase-deliver": {
"command": "python",
"args": ["-m", "ase_deliver", "mcp"],
"env": { "PYTHONPATH": "/path/to/ase-deliver" }
}
}
}Инструменты: init_project · generation_brief · paint_cel · build · validate_sprite · open_in_aseprite
Жёсткие правила (для моделей)
Субъект изолирован, фон
#FF00FFили прозрачный, никакой земли, теней, водяных знаков или текстаВ позе стоя ноги касаются нижнего края холста
Один и тот же персонаж между кадрами: пропорции, цвета и pivot зафиксированы
Зацикленные анимации должны зацикливаться
Не выдумывайте имена файлов, следуйте
brief
Когда нет модели изображений:
{ "map": { ".": null, "#": "#63c74d" }, "rows": ["....", ".##.", ".##.", "...."] }ase-deliver paint <project> --tag idle --frame 0 --file pixels.json
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceEnables AI assistants to create and manipulate pixel art by providing tools for drawing, layer management, and animation frame control. It supports exporting projects to PNG, GIF, and sprite sheet formats via the Model Context Protocol.2213Apache 2.0
- AlicenseCqualityDmaintenanceEnables AI assistants to automate Aseprite tasks such as sprite sheet export, frame extraction, and Lua scripting for sprite manipulation.21631MIT
- 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
- AlicenseCqualityBmaintenanceEnables AI assistants to control Aseprite for creating pixel art and animated sprites, with 104 tools covering canvas, drawing, animation, palettes, effects, and more.100MIT
Related MCP Connectors
Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.
Generate authentic pixel art - sprites, animations, and tilesets - from any MCP client
Build, version, review, and export websites, web apps, and games from a conversation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ylty1516/ase-deliver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server