Skip to content
VS Code

Funplay Unity MCP for VS Code

io.github.funplayai/funplay-unity-mcp

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

client:VS Code transport:stdio runtime:nuget

Install Funplay Unity MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Funplay Unity MCP in other clients