The MCP config generated by the MCP For Unity editor window for Claude Desktop does not result in a working connection. Following the provided Manual Configuration Installation Steps (copy config JSON, paste into claude_desktop_config.json, restart Claude Desktop) results in Unity MCP tools not appearing in Claude Desktop.
Steps to Reproduce
-Open MCP For Unity window (v9.4.6)
-Select "Claude Desktop" as the client
-Expand "Manual Configuration"
-Follow the Installation Steps - copy the generated JSON, paste into claude_desktop_config.json, save, restart Claude Desktop
-Unity MCP tools do not appear in Claude Desktop
Generated Config (non-working)
{
"mcpServers": {
"unityMCP": {
"command": "C:\\Users\\<user>\\.local\\bin\\uvx.exe",
"args": [
"--from",
"mcpforunityserver==9.4.6",
"mcp-for-unity",
"--transport",
"stdio"
]
}
}
}
Workaround
Configuring the MCP server manually through Claude Desktop's own UI (Settings > Developer > Local MCP servers) with uv --directory <extension-path> run windows-mcp works correctly.
Environment
MCP For Unity: v9.4.6
Platform: Windows 11
Transport: Stdio
Client: Claude Desktop
The MCP config generated by the MCP For Unity editor window for Claude Desktop does not result in a working connection. Following the provided Manual Configuration Installation Steps (copy config JSON, paste into claude_desktop_config.json, restart Claude Desktop) results in Unity MCP tools not appearing in Claude Desktop.
Steps to Reproduce
-Open MCP For Unity window (v9.4.6)
-Select "Claude Desktop" as the client
-Expand "Manual Configuration"
-Follow the Installation Steps - copy the generated JSON, paste into claude_desktop_config.json, save, restart Claude Desktop
-Unity MCP tools do not appear in Claude Desktop
Generated Config (non-working)
Workaround
Configuring the MCP server manually through Claude Desktop's own UI (Settings > Developer > Local MCP servers) with
uv --directory <extension-path> run windows-mcpworks correctly.Environment
MCP For Unity: v9.4.6
Platform: Windows 11
Transport: Stdio
Client: Claude Desktop