Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Aseprite Mcp

    MCP server for interacting with the Aseprite API

    92 stars
    Python
    Updated Sep 2, 2025

    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

    Docker Usage

    Quick Start

    Build and run the Docker image:

    bash
    docker build -t aseprite-mcp:latest .
    docker run -it --rm aseprite-mcp:latest

    Or use the provided build scripts:

    • Linux/macOS: chmod +x build-docker.sh && ./build-docker.sh
    • Windows: .\build-docker.ps1

    Using Docker Compose

    bash
    # Production
    docker-compose up aseprite-mcp
    
    # Development mode
    docker-compose --profile dev up aseprite-mcp-dev

    See DOCKER.md for detailed Docker setup instructions.

    Optional: Install Aseprite via Steam

    To have the container install Aseprite via SteamCMD at startup, provide Steam credentials:

    powershell
    # Create a .env with STEAM_USERNAME/STEAM_PASSWORD (and optional STEAM_GUARD_CODE)
    # Then
    docker run --rm -i --env-file .env aseprite-mcp:latest

    If installed, the binary will be at /opt/steamapps/common/Aseprite/aseprite and ASEPRITE_PATH will be picked up automatically.

    Local Installation

    Prerequisites

    • Python 3.13+
    • uv package manager

    Installation:

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

    Similar MCP

    Based on tags & features

    • IS

      Isaac Sim Mcp

      Python·
      83
    • FH

      Fhir Mcp Server

      Python·
      55
    • PL

      Playwright Plus Python Mcp

      Python·
      154
    • AW

      Aws Mcp Server

      Python·
      165

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • IS

      Isaac Sim Mcp

      Python·
      83
    • FH

      Fhir Mcp Server

      Python·
      55
    • PL

      Playwright Plus Python Mcp

      Python·
      154
    • AW

      Aws Mcp Server

      Python·
      165

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k