Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables Claude Code to automate Mixamo: browse/search animations, upload custom characters via Auto-Rigger, set animation parameters, and download animations with your character.

README.md

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

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/

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.