PixelLab
Generate and manipulate pixel art using the PixelLab API.
PixelLab MCP - Vibe Coding AI Toolkit 🎨🤖
Enable "Vibe Coding" with PixelLab's Model Context Protocol (MCP) server. Generate pixel art characters, animations, and tilesets directly from your AI coding assistant!
🚀 Quick Start
Visit our interactive setup guide at: https://www.pixellab.ai/vibe-coding
The setup page provides:
- 🔧 One-click configuration for your AI coding assistant
- 🎯 Support for 15+ AI coding tools
- 📋 Copy-paste setup instructions
- 🔑 Automatic API token integration
🎮 Use Cases
Build your dream games with AI-powered pixel art generation:
- Top-down strategy games in Unity with Cursor
- 2D platformers in Godot with VS Code
- Roguelike adventures in Pygame with Claude Code
- RPG worlds with tilesets and character animations
🛠️ Supported AI Assistants
Featured Clients
- VS Code - Native MCP support in v1.102+
- Cursor - Full MCP integration
- Claude Code - CLI tool with MCP support
- Gemini CLI - Command-line AI assistant
- Zed - Modern code editor with AI
- Cline - VS Code extension
Additional Clients
- Claude Desktop
- Windsurf
- Continue
- BoltAI
- LM Studio
- Perplexity Desktop
- Kiro
- And many more MCP-compatible clients!
🎨 Available Tools
Create Character
Generate pixel art characters with 4 or 8 directional views:
create_character(description="cute wizard", n_directions=8)
Animate Character
Add animations to existing characters (walk, run, idle, etc.):
animate_character(character_id="abc123", animation="walk")
Tileset Creation
Generate Wang tilesets for seamless game environments:
create_tileset(lower="ocean", upper="sandy beach")
Isometric Tiles
Create individual isometric tiles:
create_isometric_tile(description="grass on top of dirt", size=32)
📖 What is MCP?
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.
🔧 Manual Configuration
If you prefer manual setup, here's the basic configuration for any MCP client:
{
"mcpServers": {
"pixellab": {
"url": "https://api.pixellab.ai/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}
Replace YOUR_API_TOKEN with your actual token from PixelLab.
🎯 Getting Started
- Sign up at PixelLab.ai to get your API token
- Choose your AI assistant from our supported clients
- Configure using our interactive setup at pixellab.ai/vibe-coding
- Start creating pixel art directly from your code editor!
💬 Support & Community
- Discord: Join our community
- Documentation: MCP Protocol Docs
- Issues: GitHub Issues
📝 License
Copyright © 2025 PixelLab. All rights reserved.
Built with ❤️ by the PixelLab team for the indie game dev community.
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP SSH Server
Securely execute remote commands and perform file operations over SSH, with support for both password and key-based authentication.
UML-MCP
A diagram generation server supporting multiple UML and other diagram types, with various output formats. It integrates with rendering services like Kroki and PlantUML.
plugged.in MCP Proxy Server
A middleware that aggregates multiple Model Context Protocol (MCP) servers into a single unified interface.
Tiktoken MCP
Count tokens using OpenAI's tiktoken library.
Railagent
Provides structured workflows and tools for AI agents working with software development projects, with a specialized focus on Rails applications.
Framer Plugin MCP Server
Create and manage Framer plugins with web3 capabilities.
Gentoro
Gentoro generates MCP Servers based on OpenAPI specifications.
AC to Automation Converter
An AI-powered system that converts Acceptance Criteria (AC) from QA specifications into automated browser testing workflows.
MCP Proxy Server
A proxy server for aggregating and serving multiple MCP resource servers through a single endpoint.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.