Serversai.ludo/game-assets
A

Ludo AI Game Assets

ai.ludo/game-assets · v0.9.0
● Remote
v0.9.0remote🌐 https://mcp.ludo.ai/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$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"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}