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.
Latest Blog Posts
- 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