Exano/UnityClaudeCLI
A CLI for Claude Code to integrate directly into Unity as a command line interface. Allows developers to integrate directly with Unity's editor as a new tab in their editor. Works best with Unity MCP services.
Platform-specific configuration:
{
"mcpServers": {
"UnityClaudeCLI": {
"command": "npx",
"args": [
"-y",
"UnityClaudeCLI"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...