meshy-mcp-server

meshy-dev/meshy-mcp-server
★ 5 stars TypeScript 🤖 AI/LLM Updated 12d ago
MCP server for Meshy AI 3D generation platform
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "meshy-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "meshy-dev/meshy-mcp-server"
      ]
    }
  }
}