Ludo AI Game Assets
Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.
What it says
The record the registry holds
Where it answers
https://mcp.ludo.ai/mcp · streamable-http
the record
Copied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.ludo/game-assets",
"description": "Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.",
"title": "Ludo AI Game Assets",
"repository": {
"url": "https://github.com/Ludo-AI/ludo-mcp",
"source": "github"
},
"version": "0.9.0",
"websiteUrl": "https://ludo.ai",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.ludo.ai/mcp",
"headers": [
{
"description": "API key from Ludo AI (format: 'ApiKey your-api-key'). Get your key at https://app.ludo.ai",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"documentation": "https://api.ludo.ai/api-documentation",
"examples": [
{
"description": "Create a character sprite with specific art style",
"name": "Generate Pixel Art Sprite",
"note": "createImage with image_type='sprite', art_style='Pixel Art (16-Bit)', perspective='Side-Scroll'"
},
{
"description": "Generate an app icon for your game",
"name": "Create Isometric Game Icon",
"note": "createImage with image_type='icon', perspective='Isometric', aspect_ratio='ar_1_1'"
},
{
"description": "Transform a 2D sprite into a 3D GLB model with PBR textures",
"name": "Convert Sprite to 3D Model",
"note": "create3DModel with texture_type='pbr' returns model_url (.glb) and 4 snapshot images"
},
{
"description": "Animate a character with a walk cycle",
"name": "Create Walking Animation",
"note": "animateSprite with motion_prompt='walking cycle', loop=true, frames=16"
},
{
"description": "Create animated visual effects",
"name": "Generate Attack VFX",
"note": "animateSprite with image_type='sprite-vfx', motion_prompt='fire explosion effect'"
},
{
"description": "Generate a short video from a screenshot",
"name": "Create Game Trailer Clip",
"note": "createVideo with duration=5, prompt='camera slowly zooms in'"
},
{
"description": "Create a sci-fi weapon sound effect",
"name": "Generate Laser Sound",
"note": "createSoundEffect with description='futuristic laser gun firing, sci-fi'"
},
{
"description": "Generate background music for combat",
"name": "Create Battle Music",
"note": "createMusic with description='epic orchestral battle theme, fast-paced, intense'"
},
{
"description": "Create a unique voice for a game character",
"name": "Generate Character Voice",
"note": "createVoice with voice_description='gruff old warrior', text='Prepare for battle!'"
}
],
"keywords": [
"game-dev",
"gamedev",
"sprites",
"pixel-art",
"3d-models",
"glb",
"animation",
"spritesheet",
"sound-effects",
"sfx",
"music",
"voice",
"tts",
"ai",
"assets",
"indie-game",
"unity",
"godot",
"unreal"
],
"license": "Proprietary",
"notes": [
"Credit-based pricing: images (0.5), 3D models (3), animations (5), videos (5-15), audio (3)",
"Supports multiple art styles: Pixel Art, Low Poly, Cartoonish, Stylized 3D, and more",
"3D models output as GLB with optional PBR textures",
"Spritesheets support variable frame counts (4-64) and sizes (64-256px)",
"Long-running operations (3D models, animations) may take 60-120 seconds"
],
"publisher": "Ludo AI"
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-01-30T17:59:40.034021Z",
"publishedAt": "2026-01-30T17:59:40.034021Z",
"updatedAt": "2026-01-30T17:59:40.034021Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you callversion 0.9.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
Where it lives
The publisher's own address
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.