3
3ds Max
Enables AI-controlled Autodesk 3ds Max with 25 tools for scene management, object creation, materials, lighting, and animation.
Share:
About
Enables AI-controlled Autodesk 3ds Max with 25 tools for scene management, object creation, materials, lighting, and animation.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about 3ds Max.
- What is the 3ds Max MCP?
- The 3ds Max MCP allows AI to control Autodesk 3ds Max. It provides tools for scene management, object creation, materials, lighting, and animation within the 3ds Max environment.
- How do I install the 3ds Max MCP in a client like Claude Desktop?
- Installation in clients like Claude Desktop typically involves adding the provider's URL to the client's MCP configuration. Specific steps may vary by client application. Refer to your MCP client's documentation for detailed instructions.
- Does the 3ds Max MCP require an API key or other credentials?
- Based on the provided information, the 3ds Max MCP uses 'none' as its authentication type, suggesting it does not require an API key or other credentials for its direct operation. However, 3ds Max itself may require licensing.
- What are the core capabilities of the 3ds Max MCP?
- The 3ds Max MCP provides 25 tools that enable AI control over essential 3ds Max functions. These include scene management, geometric object creation, material application, lighting setup, and animation tasks.
- Is there a cost associated with using the 3ds Max MCP?
- The cost of using the 3ds Max MCP itself is not specified. However, Autodesk 3ds Max is proprietary software requiring its own license. The MCP operates as an interface to this licensed software.
- What is a prerequisite for using the 3ds Max MCP?
- A primary prerequisite for using the 3ds Max MCP is a working installation and valid license for Autodesk 3ds Max. The MCP extends the functionality of this existing software rather than replacing it.
Install 3ds Max
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"3ds-max": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-3ds-max"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"3ds-max": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-3ds-max"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"3ds-max": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-3ds-max"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.