isuzu-shiranui/UnityMCP
Unity Editor integration with Model Context Protocol (MCP) enabling AI assistants like Claude to interact with Unity projects. Features a TypeScript MCP server and C# Unity plugin with extensible command handler architecture, TCP/IP communication, and dynamic plugin discovery.
Platform-specific configuration:
{
"mcpServers": {
"UnityMCP": {
"command": "npx",
"args": [
"-y",
"UnityMCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...