LibreSprite

Enables control of the LibreSprite pixel art editor through JavaScript scripting via a Flask proxy server that bridges communication between external commands and LibreSprite's internal scripting environment for automated sprite creation, batch image processing, and animation workflows.

View Source
5 stars
0 tools
Created Aug 2025
@snehil-shah/snehil-shah-libresprite-libresprite-mcp

About

Enables control of the LibreSprite pixel art editor through JavaScript scripting via a Flask proxy server that bridges communication between external commands and LibreSprite's internal scripting environment for automated sprite creation, batch image processing, and animation workflows.

Categories

general

Installation

npm

npm install @snehil-shah/snehil-shah-libresprite-libresprite-mcp

Configuration

{ "mcpServers": { "snehil-shah-libresprite-libresprite-mcp": { "command": "npx", "args": [ "-y", "@snehil-shah/snehil-shah-libresprite-libresprite-mcp" ] } } }