Used by 1 plugin
Connects to 3ds Max to manage scenes, create objects, and execute commands via Claude.
Add to your .mcp.json:
{
"mcpServers": {
"3dsmax": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-3dsmax"
]
}
}
}npx