MCP Server + Plugin for Unity Editor and Unity game. The Plugin allows to connect to MCP clients like Claude Desktop or others.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"miao-mcp-for-unity": {
"command": "npx",
"args": [
"-y",
"MiAO-AI-Lab/MiAO-MCP-for-Unity"
]
}
}
}
Run in terminal:
claude mcp add miao-mcp-for-unity npx -y MiAO-AI-Lab/MiAO-MCP-for-Unity
Add to .cursor/mcp.json:
{
"mcpServers": {
"miao-mcp-for-unity": {
"command": "npx",
"args": [
"-y",
"MiAO-AI-Lab/MiAO-MCP-for-Unity"
]
}
}
}