Ue
Freeby MCP Community
Unreal Engine MCP server — 19 tools, 300+ actions for AI-driven editor control
v0.5.4Added Apr 12, 2026
unreal-enginemcpmodel-context-protocolaigame-development
Ue MCP Server
Unreal Engine MCP server — 19 tools, 300+ actions for AI-driven editor control
Installation
npx -y ue-mcp
Reviews
Installation
Quick install
npx -y ue-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"ue": {
"command": "npx",
"args": ["-y", "ue-mcp"]
}
}
}