agent-meshy-wrapper

Seretos/agent-meshy-wrapper
★ 0 stars Unknown language AI/LLM Updated today
Pairs the official Meshy MCP server with a skill so Claude can generate, refine, rig, animate and export 3D assets from text or images - tracking async jobs and credit cost - instead of hand-driving the Meshy API.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-meshy-wrapper": {
      "command": "npx",
      "args": [
        "-y",
        "Seretos/agent-meshy-wrapper"
      ]
    }
  }
}