loading…
Search for a command to run...
loading…
Enable seamless integration of AI capabilities within Unity Editor and Unity games by bridging MCP clients with Unity's runtime environment. Facilitate advanced
Enable seamless integration of AI capabilities within Unity Editor and Unity games by bridging MCP clients with Unity's runtime environment. Facilitate advanced AI interactions through a flexible server that supports multiple transport methods including HTTP and STDIO. Simplify AI-driven development workflows with easy deployment options such as Docker and standalone binaries.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"unity-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"IvanMurzak/unity-mcp"
]
}
}
}