Skip to main content
Art & CulturePython

diivi/aseprite-mcp

MCP server using the Aseprite API to create pixel art

art-culturelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/diivi/aseprite-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "aseprite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "diivi/aseprite-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Art & Culture
Language
Python
Author
diivi