VibeUE

VibeUE is an Unreal Engine (UE5) development assistant that embeds an AI chat client in-editor and exposes Unreal automation through a Model Context Protocol (MCP) server. It provides MCP tools for discovering and executing Unreal-related Python services, managing assets, reading UE logs, and generating/importing terrain data, along with a large set of Python services for editing Blueprints, materials, animations, landscapes, UI, and engine/project settings.

Evaluated Mar 30, 2026 (0d ago)
Repo ↗ DevTools ai unreal-engine ue5 unreal-engine-plugin python mcp automation blueprints assets terrain logging game-development
⚙ Agent Friendliness
64
/ 100
Can an agent use this?
🔒 Security
44
/ 100
Is it safe for agents?
⚡ Reliability
28
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
70
Documentation
75
Error Messages
0
Auth Simplicity
80
Rate Limits
20

🔒 Security

TLS Enforcement
60
Auth Strength
55
Scope Granularity
20
Dep. Hygiene
35
Secret Handling
45

Strengths: likely uses HTTPS endpoints for the website/login; provides a dedicated managed asset workflow and log filtering tools. Concerns: it requires an API key but does not document key scope/least-privilege, rotation, or storage; it exposes execute_python_code that can run arbitrary editor-context Python, which increases risk if misused. No dependency/CVE or secure coding details were provided in the supplied README excerpt.

⚡ Reliability

Uptime/SLA
0
Version Stability
40
Breaking Changes
20
Error Recovery
50
AF Security Reliability

Best When

Used inside Unreal Editor by teams already working with UE Python tooling, where an operator can review changes and iterate using logs, asset operations, and structured MCP tools.

Avoid When

Avoid running it in automated/headless scenarios without clear operational controls, and avoid executing untrusted or automatically generated Python code without constraints and review.

Use Cases

  • AI-assisted planning and authoring of Unreal Engine content in-editor (BluePrints, assets, materials, landscapes, UI, etc.)
  • Programmatic Unreal changes via MCP tools (inspect modules/classes/functions; execute Python in UE editor context)
  • Asset workflows (search/open/save/move/rename) mediated by an explicit asset manager tool to preserve references
  • Debugging assistance by reading and filtering Unreal Engine log files via MCP
  • Terrain workflows using geocoding + heightmap/water-feature generation
  • Web research from within the tool for game/UE best practices

Not For

  • Production-grade automated changes without human review (it can execute arbitrary editor Python code)
  • Environments where uploading/pasting API keys is not allowed or secrets handling cannot be audited
  • Teams needing strict contractual uptime/SLA guarantees (no SLA information provided)
  • Use cases requiring a public REST/GraphQL API separate from the Unreal editor runtime

Interface

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

Authentication

Methods: API key (for MCP server and AI chat)
OAuth: No Scopes: No

README states a free VibeUE API key is required for the MCP server and AI Chat; no further details on key scope granularity or rotation policy are provided.

Pricing

Free tier: Yes
Requires CC: No

README mentions a 'free VibeUE API key' but does not provide pricing tiers, quotas, or billing details.

Agent Metadata

Pagination
offset/limit (read_logs supports offset+limit; tail/head; since).
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • execute_python_code expects code to start with 'import unreal'—agents must format payloads accordingly.
  • move vs duplicate+delete distinction matters for asset identity/reference preservation.
  • terrain_data generate_heightmap requires resolution to match the target landscape resolution.
  • read_logs uses file aliases (main/system/chat/vibeue/llm) and supports pagination/regex filters; agents should choose the right action to avoid large reads.

Alternatives

Full Evaluation Report

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

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.

6533
Packages Evaluated
19870
Need Evaluation
586
Need Re-evaluation
Community Powered