diivi/aseprite-mcp
MCP server using the Aseprite API to create pixel art
Quick Start
Clone the repository:
git clone https://github.com/diivi/aseprite-mcpClaude Desktop configuration example:
{
"mcpServers": {
"aseprite-mcp": {
"command": "npx",
"args": [
"-y",
"diivi/aseprite-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.