Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Aseprite

БесплатноНе проверен

Enables AI sprite generation and semantic tools for Aseprite, allowing LLMs to create pixel art, add animations, and manage projects with visual feedback.

GitHubEmbed

Описание

Enables AI sprite generation and semantic tools for Aseprite, allowing LLMs to create pixel art, add animations, and manage projects with visual feedback.

README

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.

Setup

  1. Install Aseprite.
  2. Clone this repo and install dependencies:
    pnpm install
    pnpm run build
    
  3. (Optional) Copy .env.example to .env and set ASEPRITE_PATH if 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 .env file.
  • Temporary Lua scripts are automatically cleaned up after execution. An MCP to integrated LLMs with Aesprite

from github.com/bauneAustin/aseprite_mcp

Установка Aseprite

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/bauneAustin/aseprite_mcp

FAQ

Aseprite MCP бесплатный?

Да, Aseprite MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Aseprite?

Нет, Aseprite работает без API-ключей и переменных окружения.

Aseprite — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Aseprite в Claude Desktop, Claude Code или Cursor?

Открой Aseprite на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Aseprite with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai