Skip to content

diivi/aseprite-mcp

Repository files navigation

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"
          ]
      }
  }
}

About

MCP server for interacting with the Aseprite API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages