JUHE API Marketplace
diivi avatar
MCP Server

aseprite-mcp

MCP server using the Aseprite API to create pixel art

77
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "aseprite",
3 "command": "/opt/homebrew/bin/uv",
4 "args": [
5 "--directory",
6 "/path/to/repo",
7 "run",
8 "-m",
9 "aseprite_mcp"
10 ]
11}
JSON11 lines

README Documentation

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:

https://github.com/user-attachments/assets/572edf75-ab66-4700-87ee-d7d3d196c597

Installation:

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

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source