Start the Unity MCP server before opening Unity
Starts the Unity MCP server on port 56688 before opening Unity. Use this command to initialize the connection bridge between Claude Code and Unity Editor.
/plugin marketplace add jwmyers/vui-vux-plugins/plugin install jwmyers-zero-day-dev-plugins-zero-day-dev@jwmyers/vui-vux-pluginsStart the Unity MCP server using the project's startup script. The server must be running before Unity can connect.
Check if server is already running (port 56688)
Start the MCP server:
start-mcp-server.bat
Confirm server is running
Provide next steps:
/mcp in Claude Code to verify1. Run start-mcp-server.bat ← This command
2. Open Unity Editor ← Plugin auto-connects
3. Run /mcp to verify ← Check connection
┌─────────────┐ ┌──────────────────┐ ┌──────────────┐
│ Claude #1 │ ───HTTP───────▶ │ │ │ │
├─────────────┤ │ MCP Server :56688│ ◀──SignalR──▶│ Unity Plugin │
│ Claude #2 │ ───HTTP───────▶ │ │ │ │
└─────────────┘ └──────────────────┘ └──────────────┘
| File | Purpose |
|---|---|
.mcp.json | Claude Code MCP configuration |
start-mcp-server.bat | Server startup script |
Assets/Resources/AI-Game-Developer-Config.json | Unity plugin settings |
Library/mcp-server/