★ 0 stars
Python
🤖 AI/LLM
Updated today
Open-source lightweight Unity MCP (Model Context Protocol) server for safe Unity Editor automation with Cursor, Claude Code, Claude Desktop, Codex-style agents, and custom AI agents.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"xuunity-light-unity-": {
"command": "uvx",
"args": [
"xuunity-light-unity-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add xuunity-light-unity- uvx xuunity-light-unity-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"xuunity-light-unity-": {
"command": "uvx",
"args": [
"xuunity-light-unity-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install xuunity-light-unity-mcp
README Excerpt
<div align="center"> <img src="docs/assets/xuunity-light-unity-mcp-preview.png" alt="XUUnity Light Unity MCP preview banner" width="100%"> <br> **Open-source lightweight Unity MCP server for safe Unity Editor automation.** Connect Cursor, Claude Code, Claude Desktop, Windsurf, Codex-style agents, and
Tools (14)
process_visibility_restricted unity_build_player unity_capabilities unity_compile_matrix unity_console_tail unity_edm4u_resolve unity_game_view_screenshot unity_license_capabilities unity_playmode_state unity_project_refresh unity_scenario_run_and_wait unity_scene_assert unity_tests_run_editmode xuunity_setup_apply
Topics
ai-agents claude-code claude-desktop codex cursor game-development gamedev mcp mcp-server model-context-protocol openupm unity unity-automation unity-editor unity-mcp