FunseaAI Unity MCP for VS Code
io.github.funseaai/unity-mcp
stdio bridge for the local Unity Editor MCP server from FunseaAI/unity-mcp.
client:VS Code
transport:stdio
runtime:nuget
Install FunseaAI Unity MCP in VS Code
.vscode/mcp.json
{
"servers": {
"unity-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"FunseaAI.Unity.Mcp",
"--yes"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs