MayaMCP

MayaMCP

9

Maya MCP is an implementation of the Model Context Protocol for Autodesk Maya, enabling AI assistants to interact with Maya through natural language. It showcases tools for basic and advanced modeling tasks and highlights an architecture designed for extensibility and ease of integration.

list_objects_by_type

Lists objects in the scene by type (filterable).

create_object

Creates objects of the specified type (such as cubes, spheres, lights, etc.).

get_object_attributes

Gets the list of properties of the object.

set_object_attributes

Sets the property value of the object.

scene_new

Create a new scene.

scene_open

Open the scene file.

scene_save

Save the current scene.

select_object

Select an object in the scene.