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: 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.Last updated102MIT
- AlicenseBqualityBmaintenanceEnables 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.Last updated142MIT
- 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.Last updated161MIT
- FlicenseAqualityCmaintenanceEnables Claude to programmatically create and modify Figma animations (keyframes and motion styles) using the Figma Motion API via a plugin bridge.Last updated10
Related MCP Connectors
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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