Skip to main content
Glama
V1xel
by V1xel

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 chromium

CLI usage

python main.py

Available commands:

Command

Description

list [query]

List animations, optionally filtered by query

select <id>

Select animation by ID

set inplace true/false

Toggle in-place mode

set mirror true/false

Toggle mirror

set overdrive <0-100>

Set overdrive slider

upload <path>

Upload a character file

download <path>

Download current animation

status

Show current screen and animation info

quit

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

status()

Current screen, character, animation, params

list_animations(query)

Search animations

select_animation(id)

Select animation by ID

set_param(name, value)

Set inplace / mirror / overdrive / arm-space / trim

upload_character(path)

Upload character to Auto-Rigger

download_animation(path, format, skin, fps)

Download animation

confirm_review()

Confirm Auto-Rigger review step

close_upload_modal()

Dismiss upload modal

Download formats

Key

Format

fbx_unity

FBX for Unity (default)

fbx

FBX 2019

fbx_ascii

FBX 2019 ASCII

fbx_7.4

FBX 2014

fbx_6.1

FBX 6.1

collada

Collada (.dae)

Notes

  • Do not run main.py and mcp_server.py at the same time — both use the same browser profile

  • Log in once via the visible browser; session is saved in browser_profile/

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    Enables 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.
    10
    2
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Enables 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.
    14
    2
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Enables 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.
    16
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Live SEO workflow tools for Claude Code, Codex, and AI agents.

  • Read, edit, publish, and preview your pepita websites from Claude.

  • Connect Claude to Fathom meeting recordings, transcripts, and summaries

View all MCP Connectors

Latest Blog Posts

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