Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

aseprite-mcp

MCP.Pizza Chef: diivi

aseprite-mcp is a Python-based MCP server that provides structured, real-time access to the Aseprite API, enabling LLMs and other clients to interact programmatically with Aseprite for pixel art creation and editing. It facilitates automated drawing, manipulation, and control of Aseprite projects through the Model Context Protocol, supporting advanced AI-driven workflows in digital art environments.

Use This MCP server To

Automate pixel art drawing and editing in Aseprite via LLM commands Integrate Aseprite API with AI agents for creative art generation Control Aseprite animations programmatically through MCP Enable real-time collaborative pixel art creation with AI assistance Trigger scripted art modifications based on natural language instructions

README

Aseprite MCP Tools

A Python module that serves as an MCP server for interacting with the Aseprite API

Demo where Cursor draws a cloud in aseprite using the MCP:

Screen.Recording.2025-04-06.at.3.19.26.AM.mov

Installation:

{
  "mcpServers": {
      "aseprite": {
          "command": "/opt/homebrew/bin/uv",
          "args": [
              "--directory",
              "/path/to/repo",
              "run",
              "-m",
              "aseprite_mcp"
          ]
      }
  }
}

aseprite-mcp FAQ

How do I install aseprite-mcp?
Install by configuring the MCP server with the provided command and arguments in your MCP host's config, pointing to the aseprite_mcp Python module.
What programming language is aseprite-mcp written in?
aseprite-mcp is implemented as a Python module for easy integration and extensibility.
Can aseprite-mcp handle real-time drawing commands?
Yes, it supports real-time interaction allowing LLMs to send drawing instructions to Aseprite.
Is aseprite-mcp compatible with multiple MCP hosts?
Yes, it follows the MCP protocol and can be integrated with any MCP-compliant host.
Does aseprite-mcp support animation control in Aseprite?
Yes, it can programmatically control animations and frames within Aseprite projects.
Can I use aseprite-mcp to automate repetitive pixel art tasks?
Absolutely, it enables scripting and automation of common pixel art workflows.
Is aseprite-mcp limited to a specific operating system?
No, but installation commands may vary; it primarily depends on Python and Aseprite availability.
How secure is the interaction between MCP clients and aseprite-mcp?
MCP protocol ensures scoped, secure, and observable interactions between clients and servers.