OpenCode Unreal Engine MCP Bridge
Provides tools for interacting with the Unreal Engine 5 editor, including project structure, scene hierarchy, asset management, C++ class reflection, Blueprint operations, and code generation.
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., "@OpenCode Unreal Engine MCP Bridgelist all actors in the current level"
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.
OpenCode Unreal Engine MCP Bridge
MCP server bridging OpenCode to Unreal Engine 5 editor via a local TCP connection.
How it works
UE Editor Plugin (C++): Runs a TCP server on port 3099. Handles tool requests for project structure, C++ classes, Blueprints, scene actors, assets, build logs, and code generation.
MCP Server (TypeScript): Bridges OpenCode's MCP protocol over stdio to the UE plugin's TCP socket.
Related MCP server: UE5-MCP-Server
Setup
Enable the OpenCodeBridge plugin in Edit > Plugins.
Run
npm installthennpm run build.Launch OpenCode from the project root. The MCP server starts automatically.
Available Tools
ping- Check editor connectionget_project_structure- Project modules, plugins, content dirsget_scene_hierarchy- All actors in the levelexecute_console_command- Run console commandssearch_assets- Search the asset registryget_asset_details- Get metadata for an assetget_class_details- Get C++ class reflection infoget_module_dependencies- Parse Build.cs dependenciesget_plugin_list- List enabled pluginsget_output_log- Get recent log messagesget_build_logs- Get build log entriesget_compilation_status- Check hot-reload stateget_blueprint_list- List Blueprint assetsget_selected_actors- Get editor selectionget_actor_details- Get actor propertiesset_actor_property- Set a property on an actorgenerate_code- Write code to project sourcesearch_classes- Search C++ classesget_cpp_hierarchy- Get class hierarchyget_material_graph- Dump material node graph
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.
Latest Blog Posts
- 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/Javadef/unreal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server