Patina Unity MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 27 Jul 2026.
Control the Unity Editor from MCP hosts through a local Rust server and C# Unity bridge.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add patina-unity-mcp -- npx -y com.taygunsavas.patina-unity-mcp
{
"mcpServers": {
"patina-unity-mcp": {
"args": [
"-y",
"com.taygunsavas.patina-unity-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.patina-unity-mcp]
command = "npx"
args = ["-y", "com.taygunsavas.patina-unity-mcp"]
{
"mcpServers": {
"patina-unity-mcp": {
"args": [
"-y",
"com.taygunsavas.patina-unity-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"patina-unity-mcp": {
"args": [
"-y",
"com.taygunsavas.patina-unity-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.