Skip to content
Cline

Funplay Unity MCP for Cline

io.github.funplayai/funplay-unity-mcp

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

client:Cline transport:stdio runtime:nuget

Install Funplay Unity MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Funplay Unity MCP in other clients