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.
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:
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 READMEanimation-createCreate AnimationClip asset files (.anim)
animation-get-dataGet AnimationClip data (curves, events, frame rate, wrap mode)
animation-modifyModify AnimationClip (set/remove curves, add events, set properties)
animator-createCreate AnimatorController asset files (.controller)
animator-get-dataGet AnimatorController data (layers, states, parameters, transitions)
animator-modifyModify AnimatorController (add/remove states, parameters, transitions)
Comparable tools
Installation
Installation Options
Option 1 - Installer
- [Download Installer](https://github.com/IvanMurzak/Unity-AI-Animation/releases/latest/download/AI-Animation-Installer.unitypackage)
- 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
- [Install OpenUPM-CLI](https://github.com/openupm/openupm-cli#installation)
- Open command line in your Unity project folder
- 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
Last updated · Auto-generated from public README + GitHub signals.