Skip to content
Zed

Maya MCP for Zed

io.github.gimbalgoats/maya-mcp

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

client:Zed transport:stdio runtime:pypi

Install Maya MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "maya-mcp": {
      "command": "uvx",
      "args": [
        "maya-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Maya MCP in other clients