PatrickPalmer/MayaMCP
by Various
Model Context Protocol (MCP) server implementation for Autodesk Maya
MCP
PatrickPalmer/MayaMCP
Added 1 June 2026
Overview
PatrickPalmer/MayaMCP is a Python implementation of the Model Context Protocol (MCP) server for Autodesk Maya. It enables AI agents to send commands and queries to Maya, automating tasks and integrating large language models into 3D pipelines. The server exposes Maya's API through MCP, allowing controlled script execution and scene interrogation.
Best for
Best for
Developers building AI-assisted 3D content creation tools in Autodesk Maya
Use cases
- Automate repetitive modeling, rigging, or animation tasks via natural language prompts
- Integrate AI agents into Maya workflows for scene generation or asset manipulation
- Run custom Python scripts in Maya through an MCP-compatible client
How to use
Tools exposed
list_objects_by_typecreate_objectget_object_attributesset_object_attributesscene_newscene_openscene_saveselect_objectcreate_advanced_modelmesh_operationscreate_materialcreate_curvecurve_modelingorganize_objectsgenerate_scene
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "MayaMCP": {\n "command": "[FULL PATH TO MayaMCP PROJECT]/.venv/Scripts/python.exe",\n "args": [\n "[FULL PATH TO MayaMCP PROJECT]/src/maya_mcp_server.py"\n ]\n }\n }\n} Notes
PatrickPalmer/MayaMCP is a Python implementation of the Model Context Protocol (MCP) server for Autodesk Maya. It enables AI agents to send commands and queries to Maya, automating tasks and integrating large language models into 3D pipelines. The server exposes Maya’s API through MCP, allowing controlled script execution and scene interrogation.
79 stars on GitHub. Last updated 2025-05-12. Licensed MIT.
Use cases
- Automate repetitive modeling, rigging, or animation tasks via natural language prompts
- Integrate AI agents into Maya workflows for scene generation or asset manipulation
- Run custom Python scripts in Maya through an MCP-compatible client
Pros
- Provides a direct, standardised interface for AI-to-Maya control
- Open-source Python codebase easy to inspect and extend
- Lightweight integration requires only Maya and the MCP server
Cons
- Dependent on Maya’s existing API; complex operations may hit performance limits
- Requires an external MCP client to send requests, adding setup overhead
- Small community and limited documentation beyond the repository
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides a direct, standardised interface for AI-to-Maya control
- Open-source Python codebase easy to inspect and extend
- Lightweight integration requires only Maya and the MCP server
Cons
- Dependent on Maya's existing API; complex operations may hit performance limits
- Requires an external MCP client to send requests, adding setup overhead
- Small community and limited documentation beyond the repository
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.