UniMCP4CC
Enables direct control of Unity Editor, providing tools for scene manipulation (creating, deleting, searching GameObjects), component operations (adding, removing, modifying properties), asset management (searching, importing, creating), prefab operations, and audio control including AudioSource creation and playback.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@UniMCP4CCcreate a red sphere named PowerOrb at position (2, 1, 0)"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UniMCP4CC - Unity MCP Server for Claude Code
Unity Editor を Claude Code から操作するための MCP (Model Context Protocol) サーバーです。
Note: このパッケージは Claude Code 専用 に設計・テストされています。
動作環境
項目 | バージョン |
Unity | 6000.0.0 以降 (Unity 6) |
Node.js | 18 以降 |
AI Client | Claude Code (Anthropic) |
Important: このパッケージは Unity 6 (6000.x) 向けにビルドされています。Unity 2021/2022 では動作しない可能性があります。
Related MCP server: Unity MCP Server
機能
Claude Code から Unity Editor を直接操作できます:
シーン操作: GameObject の作成・削除・検索
コンポーネント操作: コンポーネントの追加・削除・プロパティ変更
アセット操作: アセットの検索・インポート・作成
プレハブ操作: プレハブの作成・インスタンス化
オーディオ操作: AudioSource の作成・再生制御
インストール
Unity Package Manager からインストール
Unity Editor で Window > Package Manager を開き、+ > Add package from git URL... を選択:
https://github.com/dsgarage/UniMCP4CC.gitClaude Code の設定
パッケージインストール後、Unity Editor で:
Window > Unity MCP > Setup Claude Code
表示されるウィンドウで「Setup Claude Code」ボタンをクリックすると、自動的に設定が行われます。
使用方法
Unity Editor を起動(MCP Server が自動起動します)
Claude Code を起動
Unity プロジェクトについて Claude Code に質問・指示
使用例
"Main Camera の位置を (0, 5, -10) に移動して"
"新しい Cube を作成して Player という名前をつけて"
"Player に Rigidbody コンポーネントを追加して"API カテゴリ
カテゴリ | 説明 |
scene | シーン操作 |
gameObject | GameObject 操作 |
component | コンポーネント操作 |
transform | Transform 操作 |
asset | アセット操作 |
prefab | プレハブ操作 |
audio | オーディオ操作 |
editor | エディタ操作 |
log | ログ操作 |
詳細な API リファレンスは Wiki を参照してください。
アーキテクチャ
Claude Code → MCP Bridge (Node.js) → Unity MCP Server → Unity Editorトラブルシューティング
接続できない場合
Unity Editor が起動しているか確認
Console に
[MCP] HTTP Server started on port 5051が表示されているか確認Claude Code を再起動
Unity バージョンの互換性
このパッケージは Unity 6 (6000.x) 向けにビルドされています。 他のバージョンで問題が発生した場合は Issue を作成してください。
ライセンス
MIT License
関連リンク
Made with Claude Code by dsgarage
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables real-time control of Unity Editor through natural language commands, allowing AI to manipulate game objects, run automated tests, manage scenes, and perform batch operations with undo support.Last updated874MIT
- Alicense-qualityBmaintenanceAllows MCP clients like Claude Desktop or Cursor to perform Unity Editor actions, including asset management, scene modification, and game mechanic testing.Last updated22MIT
- AlicenseBqualityCmaintenanceEnables Claude to control Unity Hub and Editor headlessly, allowing automated game building, asset generation, and PBR texture creation.Last updated941MIT
- Flicense-qualityCmaintenanceConnects Claude Code to the Unity Editor via MCP, enabling AI-driven control of scenes, assets, components, UI, animations, and more through 91 tools.Last updated2
Related MCP Connectors
Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…
Drive a live Cinevva game session: edit game files, import CC0 assets, preview changes.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dsgarage/UniMCP4CC'
If you have feedback or need assistance with the MCP directory API, please join our Discord server