MCP server for Unity Editor — 142 tools for scene, assets, animation, VFX, playtest & more
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unity-biome-mcp": {
"command": "npx",
"args": [
"-y",
"german-krasnikov/unity-biome-mcp"
]
}
}
}
Run in terminal:
claude mcp add unity-biome-mcp npx -y german-krasnikov/unity-biome-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"unity-biome-mcp": {
"command": "npx",
"args": [
"-y",
"german-krasnikov/unity-biome-mcp"
]
}
}
}