Install
$ agentstack add mcp-dsgarage-unimcp4cc ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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 では動作しない可能性があります。
機能
Claude Code から Unity Editor を直接操作できます:
- シーン操作: GameObject の作成・削除・検索
- コンポーネント操作: コンポーネントの追加・削除・プロパティ変更
- アセット操作: アセットの検索・インポート・作成
- プレハブ操作: プレハブの作成・インスタンス化
- オーディオ操作: AudioSource の作成・再生制御
インストール
Unity Package Manager からインストール
Unity Editor で Window > Package Manager を開き、+ > Add package from git URL... を選択:
https://github.com/dsgarage/UniMCP4CC.git
Claude 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
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: dsgarage
- Source: dsgarage/UniMCP4CC
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.