Skip to content
Cursor

Maya MCP for Cursor

io.github.gimbalgoats/maya-mcp

Control Autodesk Maya scenes with 71 typed tools for modeling, animation, shading, and more.

client:Cursor transport:stdio runtime:pypi

Install Maya MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "maya-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "maya-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Maya MCP in other clients