Odel
Aseprite Live

Aseprite Live

Local
@oaktreegames3PythonMITUpdated 1mo ago

Live+headless Aseprite MCP: Unity export, art-QA, tilemaps, in-editor dialogs, update-aware

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIaseprite-live-mcpv0.2.0

Run

uvx aseprite-live-mcp

MCP client config

{
  "mcpServers": {
    "aseprite-live": {
      "command": "uvx",
      "args": [
        "aseprite-live-mcp"
      ]
    }
  }
}