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.
5 stars
0 tools
Created Aug 2025
@snehil-shah/snehil-shah-libresprite-libresprite-mcpAbout
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"
]
}
}
}