Skip to content

Funplay Unity MCP for Zed

io.github.funplayai/funplay-unity-mcp

stdio bridge for the local Unity Editor MCP server from FunplayAI/funplay-unity-mcp.

client:Zed transport:stdio runtime:nuget

Install Funplay Unity MCP in Zed

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

{
  "context_servers": {
    "funplay-unity-mcp": {
      "command": "dnx",
      "args": [
        "funplay.unity.mcp",
        "--yes"
      ]
    }
  }
}

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

Funplay Unity MCP in other clients