UnityMCP

UnityMCP provides an integration framework that connects an external AI client (via MCP) to a Unity Editor project. It includes a TypeScript MCP server/client component and a C# Unity Editor plugin that routes MCP tool/resource/prompt calls over TCP to Unity, where extensible command/resource handlers are auto-discovered and executed.

Evaluated Mar 30, 2026 (22d ago)
Homepage ↗ Repo ↗ Ai Ml unity mcp model-context-protocol csharp typescript editor-integration tcp ai-assistants
⚙ Agent Friendliness
56
/ 100
Can an agent use this?
🔒 Security
26
/ 100
Is it safe for agents?
⚡ Reliability
28
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
70
Documentation
70
Error Messages
0
Auth Simplicity
95
Rate Limits
0

🔒 Security

TLS Enforcement
10
Auth Strength
15
Scope Granularity
0
Dep. Hygiene
55
Secret Handling
60

TCP-based communication is configured with host/port and no authentication/TLS is described in the README. The project warns that sample code may include arbitrary code execution and that handlers with code_execute should be disabled or reviewed for production use. Additional risk: auto-discovery/loading of handlers increases the importance of only installing trusted handlers and restricting who can modify the codebase.

⚡ Reliability

Uptime/SLA
0
Version Stability
45
Breaking Changes
30
Error Recovery
35
AF Security Reliability

Best When

You control the Unity project and network environment (local/dev usage) and want an MCP-to-Unity bridge with extensible handlers.

Avoid When

You need hardened auth, encryption-in-transit, or you plan to load untrusted third-party handlers or enable code-execution capabilities without review.

Use Cases

  • Let an MCP-capable assistant control Unity editor actions via tools (commands)
  • Expose Unity project/package/assembly information as MCP resources for analysis
  • Provide reusable prompt templates through MCP prompts (TypeScript side)
  • Build custom handler extensions for AI-assisted workflows in Unity

Not For

  • Production deployments where security boundaries are unclear (e.g., untrusted handler/code execution)
  • Environments that require HTTPS-only or TLS-protected remote access to the server
  • Use cases needing REST/GraphQL/SDK-style HTTP APIs or webhooks

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

OAuth: No Scopes: No

No authentication mechanism is described. Connection is configured by host/port and communicates over TCP; security appears to rely on network-level controls and user trust.

Pricing

Free tier: No
Requires CC: No

MIT-licensed open source framework; README does not describe pricing.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Transport appears to be TCP between external Node/TypeScript component and Unity plugin; ensure correct host/port and firewall rules.
  • Handler discovery is automatic; mis-placed or incorrectly implemented handlers can result in missing tools/resources.
  • Some handlers may include code-execution capabilities (README warns about code_execute), which can be dangerous for autonomous agents.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for UnityMCP.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered