Enable AI to read, modify, and create UE5 Blueprints through natural language using a local HTTP server and the MCP protocol.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ue5-mcp": {
"command": "npx",
"args": [
"-y",
"brunoclazaro2010/ue5-mcp"
]
}
}
}
Run in terminal:
claude mcp add ue5-mcp npx -y brunoclazaro2010/ue5-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"ue5-mcp": {
"command": "npx",
"args": [
"-y",
"brunoclazaro2010/ue5-mcp"
]
}
}
}