FunseaAI Unity MCP for Zed
io.github.funseaai/unity-mcp
stdio bridge for the local Unity Editor MCP server from FunseaAI/unity-mcp.
client:Zed
transport:stdio
runtime:nuget
Install FunseaAI Unity MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"unity-mcp": {
"command": "dnx",
"args": [
"FunseaAI.Unity.Mcp",
"--yes"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs