Lele-Max-MCP-Server

EmanueleLecchi/Lele-Max-MCP-Server
★ 0 stars Python 💻 Code/Dev Tools Updated 6d ago
Code Mode MCP server for Autodesk 3ds Max with intent-aware MAXScript routing and known-fix mandates.
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": {
    "lele-max-mcp-server": {
      "command": "uvx",
      "args": [
        "lele-max-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install lele-max-mcp-server