Pixel Art for AI
Create stunning pixel art with natural language. Piskel MCP Server enables AI assistants to design, animate, and export pixel art through the Model Context Protocol.
Powerful Features
Everything you need to create professional pixel art
Drawing Tools
Pixels, lines, rectangles, circles, and flood fill. Complete set of drawing tools for any pixel art project.
Layer Management
Organize your artwork with multiple layers. Add, remove, and reorder layers for complex compositions.
Animation
Create frame-by-frame animations. Duplicate, add, and remove frames for smooth sprite animations.
Export Options
Export to PNG, GIF, and sprite sheets. Perfect for game development and web projects.
AI Integration
Powered by Model Context Protocol. Connect with AI assistants to create art using natural language.
Developer Friendly
Simple REST API via MCP. Easy to integrate into your workflow or extend for custom needs.
Example Creations
All pixel art below was generated by AI using Piskel MCP Server
Sprite Details
Quick Start
Get up and running in minutes
Install
git clone https://github.com/yafeiaa/piskel-mcp-server.git
cd piskel-mcp-server
npm install
npm run build
Connect to Agent
Add the following config to your Agent settings:
{
"mcpServers": {
"piskel": {
"command": "node",
"args": ["/path/to/piskel-mcp-server/dist/index.js"]
}
}
}
Replace /path/to/piskel-mcp-server/ with your actual clone path.
Start Creating!
Once connected, create pixel art with natural language:
Available Tools
Complete MCP toolset for pixel art manipulation
Project
piskel_create_projectpiskel_list_projectspiskel_get_project_infopiskel_delete_project
Drawing
piskel_draw_pixelpiskel_draw_pixelspiskel_draw_linepiskel_draw_rectanglepiskel_draw_circlepiskel_fill_areapiskel_erase_pixel
Frames & Layers
piskel_add_framepiskel_remove_framepiskel_duplicate_framepiskel_add_layerpiskel_remove_layer
Export
piskel_export_pngpiskel_export_gifpiskel_export_sprite_sheet