← Back to Plugins
MCP Server MCP

Aseprite Live

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx aseprite-live-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "aseprite-live-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "live (default) or headless",
          "name": "ASEPRITE_MCP_BACKEND"
        },
        {
          "description": "Path to the Aseprite executable (auto-detected if unset)",
          "name": "ASEPRITE_PATH"
        },
        {
          "description": "Relay HTTP base for the live backend (default http://127.0.0.1:9878)",
          "name": "ASEPRITE_RELAY_URL"
        },
        {
          "description": "Set to disable the daily PyPI update check",
          "name": "ASEPRITE_MCP_NO_UPDATE_CHECK"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...