FunseaAI Unity MCP for Cline
io.github.funseaai/unity-mcp
stdio bridge for the local Unity Editor MCP server from FunseaAI/unity-mcp.
client:Cline
transport:stdio
runtime:nuget
Install FunseaAI 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": {
"unity-mcp": {
"command": "dnx",
"args": [
"FunseaAI.Unity.Mcp",
"--yes"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs