Build Meshy 3D agent skills to generate, texture, rig, animate, and prep 3D models for print without an MCP server
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-3d-agent": {
"command": "npx",
"args": [
"-y",
"Laic-parsiism709/meshy-3d-agent"
]
}
}
}
Run in terminal:
claude mcp add meshy-3d-agent npx -y Laic-parsiism709/meshy-3d-agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"meshy-3d-agent": {
"command": "npx",
"args": [
"-y",
"Laic-parsiism709/meshy-3d-agent"
]
}
}
}