Skip to content
Zed

Unity MCP Server for Zed

io.github.rachitkumarrastogi/unity-mcp-server

MCP server for Unity: 130+ tools, Unity 6 skills, AI/ML discovery. No Editor.

client:Zed transport:stdio runtime:npm

Install Unity MCP Server in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "unity-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "unity-mcp-server"
      ],
      "env": {
        "UNITY_PROJECT_PATH": "<UNITY_PROJECT_PATH>"
      }
    }
  }
}

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

Unity MCP Server in other clients