Game Development
pixellab.ai
Creates and manages animated digital characters for game development.
ENDPOINT 1
https://api.pixellab.ai/mcp
MCP server metadata
- Name
- PixelLab MCP Server
- Version
- 0.2.0
PixelLab AI-powered pixel art generation service. Use of this service is subject to PixelLab's Terms of Service: https://pixellab.ai/termsofservice This MCP server provides programmatic access to generate: - Characters with multiple directional views - Character animations - Isometric tiles - Top-down tilesets for game maps - Sidescroller tilesets for platformer games All generation operations are non-blocking and return job IDs for status tracking. Requires PixelLab subscription (with credit fallback support). **Git access**: Clone and push game project source code with standard git. Use `list_projects` to see your projects and their git clone URLs.
Known tools 65
update_character_tagsReplace ALL tags on a character (set operation, free, synchronous).
Inferred read-onlycreate_topdown_tilesetGenerate a Wang tileset for top-down game maps with corner-based autotiling.
Inferred read-onlycreate_sidescroller_tilesetGenerate a sidescroller tileset for 2D platformer games with side-view perspective.
Inferred read-onlycreate_8_direction_objectQueue an 8-direction object rendered from 8 angles (20-40 generations, ~2-4 min).
Inferred read-onlydelete_objectPermanently delete an object, its rotations/frames, animations, tags, project assignments, and storage files.
Potential side effectsupdate_object_tagsReplace ALL tags on an object (set operation, free, synchronous).
Inferred read-onlyselect_object_framesPromote selected frames of a review object to individual completed objects.
Inferred read-onlydismiss_reviewDiscard a review-status object and delete all its candidate frames.
Potential side effectsdelete_ui_assetPermanently delete a UI panel (and, for a template, its split elements + their states) plus the backing image files.
Potential side effectscreate_building_kitCreate a BUILDING KIT — floor, connectable walls, doorways, pillar, stairs.
Potential side effectsset_character_portraitAttach a bust portrait to a character (no generation, free).
Inferred read-onlycreate_vocal_animationGenerate a talking mouth-position set ("visemes") for a character's portrait.
Inferred read-onlyget_vocal_animationCheck a vocal-animation job and see which mouth positions have landed.
Inferred read-onlycreate_talking_gifTurn text into a talking GIF using a character's existing mouth positions.
Inferred read-onlyget_lip_syncGet the lip-sync frame plan for a line of dialogue — for animating in a game.
Inferred read-onlycreate_image_pixfluxGenerate a freeform pixel-art image from text (no character/object rig).
Inferred read-onlycreate_image_proGenerate pixel art with the Pro model — best quality, several candidates.
Inferred read-onlyedit_imageEdit an existing image with a text instruction or a reference image (pro).
Potential side effectsinpaint_imageRegenerate one region of an image, keeping everything else pixel-identical.
Inferred read-onlyagent_listList the deployed AI agents you own (the 'deploy your own agent' projects).
Inferred read-onlyagent_inspectDebug a deployed agent's LIVE runtime: its state, recent chat, LLM/tool traces (errors first, with the model's real input/output), and grown memory (journal/agenda/lessons/feedback).
Inferred read-onlyagent_talkSend a message to a deployed agent (as its owner) and get its reply — to test how it responds while you're working on it.
Potential side effectsget_balanceCheck your account balance: remaining credits (USD) and subscription generations.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pixellab-mcp-server]
url = "https://api.pixellab.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pixellab-mcp-server": {
"type": "http",
"url": "https://api.pixellab.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pixellab-mcp-server
Remote MCP URL: https://api.pixellab.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pixellab-mcp-server": {
"url": "https://api.pixellab.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pixellab-mcp-server": {
"type": "http",
"url": "https://api.pixellab.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pixellab-mcp-server",
"transport": "streamable-http",
"url": "https://api.pixellab.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pixellab.ai was fetched 2026-09-04T10:55:22.282Z.
pixellab.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.