MayaMCP logo

MayaMCPModel Context Protocol (MCP) server implementation for Autodesk Maya

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

MayaMCP is a Model Context Protocol (MCP) server implementation for Autodesk Maya. It enables AI assistant clients to control Maya through natural language. The project is in its early stages, focusing on architecture design and simplicity. It has been tested with Maya 2023 and 2025. MayaMCP server does not require any installation within Maya, leveraging the default Command Port Maya opens for MEL scripting. The MCP server requires Python 3.10 or greater and can be installed using pip.

Key features

  • list_objects_by_type
  • create_object
  • get_object_attributes
  • set_object_attributes
  • scene_new
  • scene_open

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

3D Modeling with AI Assistance

Use MayaMCP with an AI assistant client like Claude Desktop to create and modify 3D models in Maya using natural language commands.

Automating Maya Tasks

Leverage MayaMCP to automate repetitive tasks in Maya, such as creating objects, setting attributes, and scene management.

Pros & Cons

Pros

  • Enables natural language control of Maya through AI assistant clients
  • No installation required within Maya
  • Compatible with multiple Maya versions
  • Simple architecture and design

Cons

  • Early stage of development, minimal functionality
  • Limited set of tools and features

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

Are there any major limitations I should know before adopting MayaMCP?

Yes. MayaMCP is in an early development phase with a minimal feature set; many advanced modeling operations are only described, not implemented. Expect limited functionality and possible changes as the project evolves.

Asked by Tobias Hartmann · Nov 8, 2025

What can I actually control in Maya with the current version of MayaMCP?

The early‑stage release supports basic scene management (new, open, save), object creation (cube, sphere, lights, cameras), listing and setting object attributes, selecting objects, and listing objects by type. Advanced modeling tools are listed but not yet functional.

Asked by Ximena Torres · Oct 27, 2025

What is the cost to use MayaMCP and how do I install it?

MayaMCP is open‑source and free to use. Install it with pip on any system running Python 3.10+ (`pip install mayamcp`). No additional plugins are needed inside Maya.

Asked by Mei-Ling Wong · Oct 1, 2025

How does MayaMCP connect to Autodesk Maya without a plugin?

The server leverages Maya’s default Command Port, which is always open for MEL scripting. MayaMCP communicates through this port, so nothing has to be installed inside Maya and it works with Maya 2023 and 2025.

Asked by Victor Nguyen · Oct 2, 2025

Ask a question

MCP Servers alternatives