Provides private Unity automation via HTTP, enabling AI assistants to create objects, run tests, build projects, and more through MCP.
Configuration
View docs{
"mcpServers": {
"bluepuff71-unitymcp": {
"url": "http://localhost:8080/"
}
}
}Says hello to the specified name using a simple string return.
Creates a cube at the given (x, y, z) coordinates and returns a result object with status and the cube instance ID.
Returns current player statistics such as position, health, and grounded status.