aseprite_mcp
AI-driven sprite generation, asset creation (grass, stone), animation, and project management within Aseprite, with visual PNG previews of all operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@aseprite_mcpCreate a 32x32 pixel art character with walking animation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Aseprite MCP Server
A Model Context Protocol (MCP) server for Aseprite.
Features
Procedural Script Execution: Run custom Lua scripts to programmatically draw and manipulate sprites inside Aseprite.
Semantic Tools: Add animations, draw assets (grass, stone), and create projects.
Visual Feedback: Most drawing operations return a PNG preview to the LLM.
Security: Temporary Lua scripts are safely execution-bound and cleaned up.
Related MCP server: Aseprite-MCP
Setup
Install Aseprite.
Clone this repo and install dependencies:
pnpm install pnpm run build(Optional) Copy
.env.exampleto.envand setASEPRITE_PATHif it's not in your system PATH.
Usage with Claude Desktop
Add the following to your Claude Desktop config:
{
"mcpServers": {
"aseprite": {
"command": "node",
"args": ["/path/to/aseprite_mcp/dist/index.js"],
"env": {
"ASEPRITE_PATH": "aseprite"
}
}
}
}Security Note
Never commit your
.envfile.Temporary Lua scripts are automatically cleaned up after execution. An MCP to integrated LLMs with Aesprite
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
- AlicenseBqualityCmaintenanceEnables 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.Last updated2211Apache 2.0
- AlicenseCqualityDmaintenanceEnables AI assistants to automate Aseprite tasks such as sprite sheet export, frame extraction, and Lua scripting for sprite manipulation.Last updated211101MIT
- AlicenseBqualityBmaintenanceEnables LLMs to create and edit pixel art reliably with support for layers, frames, symmetry, and various drawing tools.Last updated70MIT No Attribution
- AlicenseCqualityCmaintenanceEnables AI assistants to control Aseprite for drawing and editing images through its API.Last updated59361MIT
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 and run visual creative-production workflows from your AI agent.
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/bauneAustin/aseprite_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server