mixamo-mcp
Click on "Install 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: BlenderMCP
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/V1xel/mixamo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server