mixamo-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mixamo-mcpSearch for 'salsa dancing' and download with my character 'avatar.fbx'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mixamo-mcp
A Playwright-based automation tool for Mixamo, with both a CLI operator and an MCP server for Claude Code integration.
Features
Browse and search animations
Upload custom characters (FBX / OBJ / ZIP) via Auto-Rigger
Set animation parameters (inplace, mirror, overdrive, arm-space, trim)
Download animations with your character (FBX for Unity/Unreal, Collada)
Persistent browser session — log in once, stays logged in
MCP server so Claude Code can drive everything as tools
Related MCP server: clo3d-mcp
Setup
pip install -r requirements.txt
playwright install chromiumCLI usage
python main.pyAvailable commands:
Command | Description |
| List animations, optionally filtered by query |
| Select animation by ID |
| Toggle in-place mode |
| Toggle mirror |
| Set overdrive slider |
| Upload a character file |
| Download current animation |
| Show current screen and animation info |
| Exit |
MCP server (Claude Code)
The MCP server lets Claude Code control Mixamo directly as tools.
Configure
Add to your .mcp.json (already included in this repo):
{
"mcpServers": {
"mixamo": {
"command": "python",
"args": ["C:\\Users\\vital\\Projects\\mixamo-mcp\\mcp_server.py"]
}
}
}Available tools
Tool | Description |
| Current screen, character, animation, params |
| Search animations |
| Select animation by ID |
| Set inplace / mirror / overdrive / arm-space / trim |
| Upload character to Auto-Rigger |
| Download animation |
| Confirm Auto-Rigger review step |
| Dismiss upload modal |
Download formats
Key | Format |
| FBX for Unity (default) |
| FBX 2019 |
| FBX 2019 ASCII |
| FBX 2014 |
| FBX 6.1 |
| Collada (.dae) |
Notes
Do not run
main.pyandmcp_server.pyat the same time — both use the same browser profileLog in once via the visible browser; session is saved in
browser_profile/
This server cannot be deployed
Maintenance
Related MCP Connectors
Turn Claude into a creative studio: DNA-locked characters, images, video, voiceover — 55 tools.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Turn text or an image into an animation-ready 3D model (GLB): generate, rig, animate, retexture.
3D avatar/asset foundry: text/image -> rigged, validated, engine-ready GLB via x402.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables Claude AI to directly control Blender for automated 3D modeling, scene creation, and object manipulation. It provides tools for material management, scene inspection, and integration with third-party asset libraries like Poly Haven and Sketchfab.102MIT
- AlicenseBqualityDmaintenanceEnables AI-assisted garment design by letting Claude (or any MCP host) drive CLO3D — import projects, dress avatars, assign fabrics, simulate cloth, render, and export, all from a chat.143MIT
- AlicenseBqualityAmaintenanceEnables control of Autodesk Maya using natural language via Claude and the Model Context Protocol, providing tools for modeling, animation, scene management, and RAG-powered documentation search.162MIT
- FlicenseAqualityCmaintenanceEnables Claude to programmatically create and modify Figma animations (keyframes and motion styles) using the Figma Motion API via a plugin bridge.10-