mixamo-mcp

mixamo-mcp

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

Category
Visit Server

README

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/

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured