Skip to content
VS Code

Maya MCP for VS Code

io.github.gimbalgoats/maya-mcp

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

client:VS Code transport:stdio runtime:pypi

Install Maya MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Maya MCP in other clients