Skip to content
AI Primer
release

Meshy launches MCP for rigging, retexture, remesh, animation, and 3D print tools

Meshy released an MCP package that extends agent-based 3D generation into rigging, retexturing, remeshing, animation, and printing. That matters because the workflow now reaches past model creation into post-processing, with npm install and OpenClaw distribution already live.

3 min read
Meshy launches MCP for rigging, retexture, remesh, animation, and 3D print tools
Meshy launches MCP for rigging, retexture, remesh, animation, and 3D print tools

TL;DR

  • Meshy's launch post says the new package extends agent-driven 3D work past generation into rigging, retexture, remesh, animation, and 3D print steps.
  • According to the Meshy 3D Agent repo, the release is packaged as installable agent skills, not a standalone server, with npx skills add meshy-dev/meshy-3d-agent matching Meshy's install tweet.
  • The repo's capability table lists per-step credit ranges, including 5 credits for remesh and auto-rigging, 3 for animation, and 10 for retexture, while the launch post pitches the bundle as a full workflow.
  • Meshy's rigging docs say auto-rigging currently works well on standard humanoid assets, and Meshy's OpenClaw note says a multi-color printing subskill is still waiting on a future API release.

You can browse the repo, skim Meshy's rigging and animation docs, and check the 3D printing integration docs. The small twist is that Meshy is calling this MCP on X, while the actual package is a markdown skill bundle that works across Cursor, Claude Code, and OpenClaw.

Meshy 3D Agent

The launch pitch is simple: one package that covers the ugly middle of 3D work, not just model generation. Meshy's announcement lists rigging, retexture, remesh, animation, and 3D print in one stack.

The official Meshy 3D Agent repo adds the important implementation detail. It ships as pure markdown skills with shell and Python instructions, and the README says there is no MCP server required.

Install and workflow coverage

Meshy's install post points to a one-line install: npx skills add meshy-dev/meshy-3d-agent. The same README says the package supports Cursor, Claude Code, and OpenClaw, with manual install paths for each.

The repo breaks the workflow into three parts:

  • meshy-3d-generation: text-to-3D, image-to-3D, retexture, remesh, auto-rigging, animation, text-to-image, image-to-image
  • meshy-3d-printing: printability checks, Bambu Studio handoff, multi-color guidance
  • meshy-openclaw: a unified OpenClaw skill that combines generation and printing

That makes this more interesting than another text-to-mesh wrapper. The package is trying to cover the whole handoff from prompt to printable or animatable asset.

Rigging, remesh, and printing limits

Meshy's rigging docs say auto-rigging currently works well for standard humanoid, bipedal assets, and can optionally add basic walking and running animations. Meshy's remesh docs say remesh can take prior Meshy outputs or uploaded .glb, .gltf, .obj, .fbx, and .stl files.

The printing side is slightly less finished. Meshy's 3D printing docs say direct slicer export is available for Pro users and above, while Meshy's OpenClaw update says the multi-color printing subskill will be updated once that API ships.

Share on X