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
AI Sprite Generation: Create base pixel art using
fal.ai.Semantic Tools: Add animations, draw assets (grass, stone), and create projects.
Visual Feedback: All operations return a PNG preview to the LLM.
Security: API keys are managed via
.env.
Related MCP server: Aseprite-MCP
Setup
Install Aseprite.
Clone this repo and install dependencies:
pnpm install pnpm run buildCopy
.env.exampleto.envand add yourFAL_KEY.(Optional) Set
ASEPRITE_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": {
"FAL_KEY": "your_key_here",
"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
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