zabaglione/mcp-server-unity
Model Context Protocol (MCP) server for Unity - enables Claude to interact with Unity projects
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-unity": {
"command": "npx",
"args": [
"-y",
"mcp-server-unity"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Unity MCP Server lets Claude work with your Unity projects! Create scripts, manage shaders, organize folders - all through natural conversation with Claude.
Talk to Claude to:
unity-mcp-server.dxt (42KB)unity-mcp-server.dxtcom.unity.nuget.newtonsoft-json<details> <summary>Click to see manual installation steps</summary>
git clone https://github.com/zabaglione/mcp-server-unity.git
cd mcp-server-unity
npm install
npm run build {
"mcpServers": {
"unity": {
"command": "node",
"args": ["/path/to/mcp-server-unity/build/simple-index.js"]
}
}
}</details>
Once installed, just talk to Claude naturally:
Loading reviews...