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: Build and run the Docker image: Or use the provided build scripts: - Linux/macOS: chmod +x build-docker.sh && ./build-docker.sh - Windows: .\build-docker.ps1 See DOCKER.md for detailed Docker setup instructions. To have the container install Aseprite via Ste
Add this skill
npx mdskills install diivi/aseprite-mcpProvides MCP integration for Aseprite but lacks tool descriptions and usage examples
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
Build and run the Docker image:
docker build -t aseprite-mcp:latest .
docker run -it --rm aseprite-mcp:latest
Or use the provided build scripts:
chmod +x build-docker.sh && ./build-docker.sh.\build-docker.ps1# Production
docker-compose up aseprite-mcp
# Development mode
docker-compose --profile dev up aseprite-mcp-dev
See DOCKER.md for detailed Docker setup instructions.
To have the container install Aseprite via SteamCMD at startup, provide Steam credentials:
# 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.
uv package manager{
"mcpServers": {
"aseprite": {
"command": "/opt/homebrew/bin/uv",
"args": [
"--directory",
"/path/to/repo",
"run",
"-m",
"aseprite_mcp"
]
}
}
}
Install via CLI
npx mdskills install diivi/aseprite-mcpAseprite MCP Tools is a free, open-source AI agent skill. 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: Build and run the Docker image: Or use the provided build scripts: - Linux/macOS: chmod +x build-docker.sh && ./build-docker.sh - Windows: .\build-docker.ps1 See DOCKER.md for detailed Docker setup instructions. To have the container install Aseprite via Ste
Install Aseprite MCP Tools with a single command:
npx mdskills install diivi/aseprite-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Aseprite MCP Tools works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.