Skip to main content
Glama

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

  1. Sign up at PixelLab.ai to get your API token

  2. Choose your AI assistant from our supported clients

  3. Configure using our interactive setup at pixellab.ai/vibe-coding

  4. Start creating pixel art directly from your code editor!

๐Ÿ’ฌ Support & Community

๐Ÿ“ License

Copyright ยฉ 2025 PixelLab. All rights reserved.


Built with โค๏ธ by the PixelLab team for the indie game dev community.

-
security - not tested
F
license - not found
-
quality - not tested

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samedii/PixelLab'

If you have feedback or need assistance with the MCP directory API, please join our Discord server