mcp.film

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

Meshy MCP Server

Officialby Meshy AIpaidverified Jun 11, 2026

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

Rate it: no ratings yet

What it does

Meshy's official MCP server with 20 tools spanning text/image-to-3D generation, remeshing, retexturing, rigging, animation, and task management. For filmmakers it turns character and prop creation — including rigged, animatable assets — into an agent call.

Connect

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

Field notes

Official (meshy-dev org), v0.3.0 (May 2026), MIT, TypeScript; vendor-maintained. Supports stdio and HTTP transports. API access requires a Meshy Pro plan or higher.

Pairs well with