mcp.film

mcp.film / 3D, Worlds & VFX / Meshy MCP Server

Meshy MCP Server

Officialby Meshy AIpaidverified Aug 11, 2026

Official Meshy MCP — generate, retexture, rig, and animate 3D models via API.

What it does

Meshy's official MCP server with 24 tools spanning text/image-to-3D generation, remeshing, retexturing, rigging, animation, UV unwrap, format conversion, and task management. For filmmakers it turns character and prop creation — including rigged, animatable assets — into an agent call, with no DCC required on the machine.

Connect

Claude Code
claude mcp add-json meshy '{"command":"npx","args":["-y","@meshy-ai/meshy-mcp-server"],"env":{"MESHY_API_KEY":"msy_YOUR_API_KEY"}}'
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "meshy": {
      "command": "npx",
      "args": [
        "-y",
        "@meshy-ai/meshy-mcp-server"
      ],
      "env": {
        "MESHY_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "meshy": {
      "command": "npx",
      "args": [
        "-y",
        "@meshy-ai/meshy-mcp-server"
      ],
      "env": {
        "MESHY_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env MESHY_API_KEYhttps://www.meshy.ai/settings/api

Field notes

Official (meshy-dev org), npm @meshy-ai/meshy-mcp-server 0.4.0, pushed Aug 10 2026, MIT, TypeScript, stdio and HTTP transports. Only 30 stars — vendor-maintained rather than community-loved, so judge it on the push cadence, which is good. API access requires a Meshy Pro plan or above, and every call spends credits: text-to-3D and image-to-3D vary by mode, ultra_mode adds 5, Creative Lab is 36 (62 for keycap), remesh 5, rig 5, animate 3, convert 1, resize 1, uv-unwrap 5, repair-printability 10, multicolor 10. Budget before you loop an agent over it.

Pairs well with