UEFN MCP Server
MCP Serverby KirChuvakov · Added 5mo ago
Claude
8
Install
git clone https://github.com/KirChuvakov/uefn-mcp-serverAdd to Claude
claude mcp add uefn-mcp-serverQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"uefn-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/uefn-mcp-server"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Control UEFN (Unreal Editor for Fortnite) from Claude Code via the Model Context Protocol. Requires Python 3.10+ and the 'mcp' Python package installed via pip. Configuration files like .mcp.json can specify the path to the MCP server script.
Tags
design-creativemcp-serveruefnfortnitepythongamingunreal-engine