Unified CLI
Install mtlx-cli and run mtlx --help to see local MaterialX and cloud commands. The mtlx-ai binary remains available as a compatibility alias.
npm install -g mtlx-cli
mtlx login
mtlx search wood
mtlx upload wood.mtlx.zip --name wood --user YOUR_USERNAME --visibility PUBLIC
mtlx download creator/wood
Run mtlx logout to remove locally stored credentials. For automation, use a personal access token instead of the interactive login flow.
The generated command reference comes from the same OpenCLI document as the executable.