Enable "Vibe Coding" with our Model Context Protocol server. Generate pixel art characters and animations directly from your AI coding assistant!
Build a top-down strategy game in Unity with Cursor
Create a 2D platformer in Godot with VS Code
Make a roguelike in Pygame with Claude Code
claude mcp add pixellab https://api.pixellab.ai/mcp -t http -H "Authorization: Bearer YOUR_SECRET"
Installation Steps:
1.
Open your terminal
2.
Run the command above
3.
Start Claude Code to use PixelLab tools
The Model Context Protocol (MCP) is an open standard that enables AI assistants to safely interact with external tools and data sources. With PixelLab's MCP server, your AI assistant can generate pixel art characters, animations, and tilesets directly within your coding environment.
Create pixel art characters with 4 or 8 directional views
create_character(description="cute wizard", n_directions=8)
Add animations to existing characters (walk, run, idle, etc.)
animate_character(character_id="abc123", animation="walk")
Generate Wang tilesets for seamless game environments
create_tileset(lower="ocean", upper="sandy beach")
Create individual isometric tiles
create_isometric_tile(description="grass on top of dirt", size=32)