Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"karnellabs-unity-mcp": {
"command": "npx",
"args": [
"-y",
"github:karnelian/unity-mcp",
"--profile=core"
],
"env": {
"UNITY_MCP_PROFILE": "core"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
UNITY_MCP_PROFILE=coreDeclared capabilities of this MCP server
npx claudepluginhub karnelian/unity-mcp --plugin unity-mcp