★ 26 stars
Python
💻 Code/Dev Tools
Updated 10d ago
MCP server for controlling UEFN (Unreal Editor for Fortnite) from Claude Code — 22 tools for actors, assets, levels, viewport, and Python execution
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"uefn-mcp-server": {
"command": "uvx",
"args": [
"uefn-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add uefn-mcp-server uvx uefn-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"uefn-mcp-server": {
"command": "uvx",
"args": [
"uefn-mcp-server"
]
}
}
}
Or install with pip: pip install uefn-mcp-server