MCP Catalogs
HomeUnity-AI-Animation screenshot

Unity-AI-Animation

by IvanMurzak·78·Score 46

Unity AI Animation MCP server enables AI-powered animation workflows through natural language commands for AnimationClips and AnimatorControllers.

developer-toolsai-llmmedia
7
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

Overview

Unity AI Animation is a specialized MCP server that provides AI-powered tools for Unity's animation workflow. It allows developers to create and modify AnimationClips and AnimatorControllers directly through natural language commands, automating repetitive animation tasks like setting up state machines, configuring transitions, and adding keyframes. This tool is ideal for rapid prototyping, procedural animation generation, and streamlining complex animator setups within Unity projects.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automating the creation and modification of Unity animation assets through natural language commands
you:Rapid prototyping of character animations without manually setting keyframes
you:Streamlining complex animator controller setups with AI assistance
you:Which Unity versions are supported?
you:How do I get started with Unity AI Animation?

When to choose this

Unity developers who want to automate animation workflows and create complex state machines through natural language commands.

When NOT to choose this

Non-Unity projects or developers who need advanced animation features not covered by this MCP server.

Tools this server exposes

6 tools extracted from the README
  • animation-create

    Create AnimationClip asset files (.anim)

  • animation-get-data

    Get AnimationClip data (curves, events, frame rate, wrap mode)

  • animation-modify

    Modify AnimationClip (set/remove curves, add events, set properties)

  • animator-create

    Create AnimatorController asset files (.controller)

  • animator-get-data

    Get AnimatorController data (layers, states, parameters, transitions)

  • animator-modify

    Modify AnimatorController (add/remove states, parameters, transitions)

Comparable tools

unity-mcpanimation-mcpai-workflow-tools

Installation

Installation Options

Option 1 - Installer
  1. [Download Installer](https://github.com/IvanMurzak/Unity-AI-Animation/releases/latest/download/AI-Animation-Installer.unitypackage)
  2. Import installer into Unity project:

- Double-click on the file - Unity will open it automatically - OR: Open Unity Editor first, then click on Assets/Import Package/Custom Package, and choose the file

Option 2 - OpenUPM-CLI
  1. [Install OpenUPM-CLI](https://github.com/openupm/openupm-cli#installation)
  2. Open command line in your Unity project folder
  3. Run: openupm add com.ivanmurzak.unity.mcp.animation
Claude Desktop Configuration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "unity-animation": {
      "command": "path-to-your-unity-editor",
      "args": ["-runMCP", "animation"]
    }
  }
}

FAQ

Which Unity versions are supported?
The Unity AI Animation MCP server is tested and compatible with Unity 2022.3.62f3, 2023.2.22f1, and 6000.3.1f1, supporting Editmode, Playmode, and Standalone builds.
How do I get started with Unity AI Animation?
Begin by installing the package through either the Unity installer package or OpenUPM-CLI. Follow the video tutorials for Visual Studio Code or Visual Studio to set up MCP client integration. Detailed instructions are available in the main project repository.

Compare Unity-AI-Animation with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.