Generate and manipulate pixel art using the PixelLab API.
Enable "Vibe Coding" with PixelLab's Model Context Protocol (MCP) server. Generate pixel art characters, animations, and tilesets directly from your AI coding assistant!
Visit our interactive setup guide at: https://www.pixellab.ai/vibe-coding
The setup page provides:
Build your dream games with AI-powered pixel art generation:
Generate 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)
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.
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.
Copyright © 2025 PixelLab. All rights reserved.
Built with ❤️ by the PixelLab team for the indie game dev community.
An MCP server for managing API test data and resources.
MCP servers for Deephaven to orchestrate data workers and power documentation Q&A with LLMs, enabling AI-driven data workflows.
An MCP (Model Context Protocol) aggregator that allows you to combine multiple MCP servers into a single endpoint allowing to filter specific tools.
Interact with Alpaca's Trading API for stocks, options, portfolios, and real-time market data using LLMs.
An MCP server for real-time user intervention in AI-assisted development workflows.
Image generation using Google's Gemini API.
Execute terminal commands for malware analysis. Requires Node.js 18 or higher.
An MCP server for generating images using Together AI or Replicate models.
An MCP server for accessing YAPI interface details, configured via environment variables.
A Node.js MCP server example for the OpenWeather API, requiring an API key.