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
{
"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