Enterprise DNA
M MCP Servers Developer low

PatrickPalmer/MayaMCP

by Various

Model Context Protocol (MCP) server implementation for Autodesk Maya

P

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_type
  • create_object
  • get_object_attributes
  • set_object_attributes
  • scene_new
  • scene_open
  • scene_save
  • select_object
  • create_advanced_model
  • mesh_operations
  • create_material
  • create_curve
  • curve_modeling
  • organize_objects
  • generate_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
Free 27-page guide

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.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks