{"passport":{"unfragile":{"@version":"1.0","version":"2026-05","artifact":{"id":"smithery_jeffreytsai1004-maya-mcp","slug":"jeffreytsai1004-maya-mcp","name":"MAYA MCP","type":"mcp","url":"https://github.com/Jeffreytsai1004/maya-mcp","page_url":"https://unfragile.ai/jeffreytsai1004-maya-mcp","categories":["mcp-servers","code-review-security","testing-quality"],"tags":["mcp","model-context-protocol","smithery:Jeffreytsai1004/maya-mcp"],"pricing":{"model":"open_source","free":true,"starting_price":null},"status":"active","verified":false},"capabilities":[{"id":"smithery_jeffreytsai1004-maya-mcp__cap_0","uri":"capability://tool.use.integration.maya.object.creation","name":"maya object creation","description":"This capability allows users to create various 3D objects in Autodesk Maya using the MCP protocol. It leverages the Maya API to instantiate objects like cubes or spheres by sending structured JSON commands to the server, which then executes the commands in the Maya environment. The implementation ensures that the commands are validated and executed in a safe environment, preventing unauthorized operations.","intents":["How can I create a new 3D object in Maya?","I need to generate multiple geometric shapes programmatically.","Can I automate the creation of objects in my Maya project?"],"best_for":["3D artists automating their workflows in Maya"],"limitations":["Limited to basic geometric shapes; complex models require additional scripting."],"requires":["Autodesk Maya 2023-2025","MCP server running"],"input_types":["structured data (JSON)"],"output_types":["status confirmation (JSON)"],"categories":["tool-use-integration","3d modeling"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"smithery_jeffreytsai1004-maya-mcp__cap_1","uri":"capability://tool.use.integration.maya.object.selection","name":"maya object selection","description":"This capability allows users to select objects in the Maya scene by their names through the MCP protocol. It sends a command to the server that interacts with the Maya API to identify and highlight specified objects, making it easier for users to manipulate or query them further. The command is structured in JSON format, ensuring clear communication between the AI assistant and the Maya environment.","intents":["How do I select specific objects in my Maya scene?","I want to highlight multiple objects for editing.","Can I programmatically select objects by name?"],"best_for":["3D modelers needing to streamline their selection process"],"limitations":["Selection is limited to objects that are currently loaded in the scene."],"requires":["Autodesk Maya 2023-2025","MCP server running"],"input_types":["structured data (JSON)"],"output_types":["selection confirmation (JSON)"],"categories":["tool-use-integration","3d modeling"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"smithery_jeffreytsai1004-maya-mcp__cap_2","uri":"capability://tool.use.integration.maya.object.transformation","name":"maya object transformation","description":"This capability enables users to transform objects in the Maya scene, including moving, rotating, and scaling them. It sends transformation commands in JSON format to the MCP server, which then translates these into API calls to Maya. The implementation ensures that transformations are applied in real-time, allowing for immediate visual feedback in the Maya workspace.","intents":["How can I move an object to a specific location in Maya?","I need to rotate multiple objects at once.","Can I scale objects programmatically in my scene?"],"best_for":["3D artists looking to automate scene adjustments"],"limitations":["Transformations are limited to objects already present in the scene."],"requires":["Autodesk Maya 2023-2025","MCP server running"],"input_types":["structured data (JSON)"],"output_types":["transformation confirmation (JSON)"],"categories":["tool-use-integration","3d modeling"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"smithery_jeffreytsai1004-maya-mcp__cap_3","uri":"capability://data.processing.analysis.maya.console.output.capture","name":"maya console output capture","description":"This capability captures output from the Maya console, including errors and logs, by sending commands to the MCP server. It enables users to retrieve a specified number of lines from the console output, which can be useful for debugging scripts or monitoring operations. The implementation ensures that the output is filtered and formatted for easy consumption.","intents":["How can I capture console output for debugging?","I need to check the last few lines of the Maya console.","Can I retrieve error messages from the Maya console?"],"best_for":["Developers debugging scripts in Maya"],"limitations":["Only retrieves output from the current session; historical data is not stored."],"requires":["Autodesk Maya 2023-2025","MCP server running"],"input_types":["structured data (JSON)"],"output_types":["console output (JSON)"],"categories":["data-processing-analysis","debugging"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"smithery_jeffreytsai1004-maya-mcp__cap_4","uri":"capability://tool.use.integration.maya.plugin.management","name":"maya plugin management","description":"This capability allows users to load and unload plugins in Maya through the MCP protocol. It sends commands to the server that interact with the Maya API to manage plugins, ensuring that they are loaded or unloaded safely and correctly. The implementation includes checks to prevent conflicts and ensure that only compatible plugins are activated.","intents":["How do I load a specific plugin in Maya?","I need to unload a plugin that is causing issues.","Can I manage my Maya plugins programmatically?"],"best_for":["Technical artists managing multiple plugins in Maya"],"limitations":["Only supports plugins that are compatible with the current Maya version."],"requires":["Autodesk Maya 2023-2025","MCP server running"],"input_types":["structured data (JSON)"],"output_types":["plugin management confirmation (JSON)"],"categories":["tool-use-integration","plugin management"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"smithery_jeffreytsai1004-maya-mcp__cap_5","uri":"capability://tool.use.integration.maya.api.function.execution","name":"maya api function execution","description":"This capability allows users to execute arbitrary Python commands in Maya using the MCP protocol. It sends commands to the server that are then executed in the Maya Python environment, enabling users to perform complex operations or automate tasks. The implementation includes error handling to ensure that any issues during execution are reported back to the user.","intents":["How can I run custom Python scripts in Maya?","I need to automate a repetitive task using Python.","Can I execute API commands directly in Maya?"],"best_for":["Developers looking to extend Maya's functionality with custom scripts"],"limitations":["Execution is limited to the capabilities of the Maya API; some commands may be restricted."],"requires":["Autodesk Maya 2023-2025","MCP server running"],"input_types":["structured data (JSON)"],"output_types":["execution result (JSON)"],"categories":["tool-use-integration","scripting"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"smithery_jeffreytsai1004-maya-mcp__cap_6","uri":"capability://data.processing.analysis.maya.scene.information.retrieval","name":"maya scene information retrieval","description":"This capability retrieves detailed information about the current scene in Maya, including object attributes and transformations. It sends a request to the MCP server, which interacts with the Maya API to gather the requested data and return it in a structured format. The implementation ensures that the data is comprehensive and relevant to the user's needs.","intents":["How can I get information about the current scene in Maya?","I need to analyze the attributes of objects in my scene.","Can I retrieve scene statistics programmatically?"],"best_for":["3D artists needing to analyze scene data"],"limitations":["Retrieval is limited to the current scene; data from other scenes is not accessible."],"requires":["Autodesk Maya 2023-2025","MCP server running"],"input_types":["structured data (JSON)"],"output_types":["scene information (JSON)"],"categories":["data-processing-analysis","scene management"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"smithery_jeffreytsai1004-maya-mcp__cap_7","uri":"capability://data.processing.analysis.maya.node.connection.retrieval","name":"maya node connection retrieval","description":"This capability retrieves detailed information about node connections in Maya, including input and output connections. It sends a request to the MCP server, which queries the Maya API for the specified node's connection details. The implementation ensures that the information is accurate and formatted for easy interpretation.","intents":["How can I get connection details for a specific node in Maya?","I need to analyze the relationships between nodes in my scene.","Can I retrieve connection data programmatically?"],"best_for":["Technical artists analyzing node relationships"],"limitations":["Only retrieves connections for nodes present in the current scene."],"requires":["Autodesk Maya 2023-2025","MCP server running"],"input_types":["structured data (JSON)"],"output_types":["node connection information (JSON)"],"categories":["data-processing-analysis","node management"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"smithery_jeffreytsai1004-maya-mcp__cap_8","uri":"capability://tool.use.integration.maya.workspace.management","name":"maya workspace management","description":"This capability allows users to manage their Maya workspace, including setting and retrieving workspace paths. It sends commands to the MCP server that interact with the Maya API to manage workspace settings, ensuring that users can easily switch between different project directories. The implementation includes checks to ensure that the specified paths are valid.","intents":["How can I set my Maya workspace to a specific directory?","I need to retrieve the current workspace information.","Can I manage my project directories programmatically?"],"best_for":["3D artists managing multiple projects"],"limitations":["Workspace management is limited to the current Maya session."],"requires":["Autodesk Maya 2023-2025","MCP server running"],"input_types":["structured data (JSON)"],"output_types":["workspace information (JSON)"],"categories":["tool-use-integration","project management"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"smithery_jeffreytsai1004-maya-mcp__cap_9","uri":"capability://tool.use.integration.maya.menu.command.execution","name":"maya menu command execution","description":"This capability allows users to execute commands from Maya's menu system through the MCP protocol. It sends structured commands to the server, which translates them into API calls to execute the desired menu actions. The implementation ensures that the commands are executed in the correct context, providing immediate feedback to the user.","intents":["How can I execute a menu command in Maya?","I need to automate menu actions for efficiency.","Can I run specific commands from the Maya interface programmatically?"],"best_for":["Technical artists looking to streamline their workflows"],"limitations":["Only supports commands available in the current Maya version."],"requires":["Autodesk Maya 2023-2025","MCP server running"],"input_types":["structured data (JSON)"],"output_types":["command execution confirmation (JSON)"],"categories":["tool-use-integration","automation"],"confidence":0.5,"matches":0,"success_rate":0}],"trust":{"score":37,"verified":false,"data_access_risk":"high","permissions":["Autodesk Maya 2023-2025","MCP server running"],"failure_modes":["Limited to basic geometric shapes; complex models require additional scripting.","Selection is limited to objects that are currently loaded in the scene.","Transformations are limited to objects already present in the scene.","Only retrieves output from the current session; historical data is not stored.","Only supports plugins that are compatible with the current Maya version.","Execution is limited to the capabilities of the Maya API; some commands may be restricted.","Retrieval is limited to the current scene; data from other scenes is not accessible.","Only retrieves connections for nodes present in the current scene.","Workspace management is limited to the current Maya session.","Only supports commands available in the current Maya version.","builder identity is not verified yet","no observed match outcomes yet"],"rank_breakdown":{"adoption":0.05,"quality":0.55,"ecosystem":0.6900000000000001,"match_graph":0.25,"freshness":0.5,"weights":{"adoption":0.25,"quality":0.25,"ecosystem":0.15,"match_graph":0.23,"freshness":0.12}},"observed_outcomes":{"matches":0,"success_rate":0,"avg_confidence":0,"top_intents":[],"last_matched_at":null},"maintenance":{"status":"active","updated_at":"2026-05-24T12:16:26.914Z","last_scraped_at":"2026-05-03T15:19:24.053Z","last_commit":null},"community":{"stars":null,"forks":null,"weekly_downloads":null,"model_downloads":null,"model_likes":null}},"distribution":{"claim_url":"https://unfragile.ai/submit?claim=jeffreytsai1004-maya-mcp","compare_url":"https://unfragile.ai/compare?artifact=jeffreytsai1004-maya-mcp"}},"signature":"PD85qRtLlWCeEIjgR2D7fLV79MTBbkLt7xYWeSdRi7DYhefLhUuZ+7mA40Yn1GROGAufn37kTD8G8yIINe9hBQ==","signedAt":"2026-06-21T17:31:13.871Z","signedBy":"unfragile.ai","version":1},"_links":{"self":"https://unfragile.ai/api/v1/passport/jeffreytsai1004-maya-mcp","artifact":"https://unfragile.ai/jeffreytsai1004-maya-mcp","verify":"https://unfragile.ai/api/v1/verify?slug=jeffreytsai1004-maya-mcp","publicKey":"https://unfragile.ai/api/v1/trust-passport-public-key","spec":"https://unfragile.ai/trust","schema":"https://unfragile.ai/schema.json","docs":"https://unfragile.ai/docs"}}