uefn-mcp-server

TheGahbi/uefn-mcp-server
★ 0 stars Python AI/LLM Updated today
Control UEFN (Unreal Editor for Fortnite) from Claude via MCP - build materials, place and configure devices, link devices to Verse scripts, edit scenes, and run editor Python, all from conversation.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}

Or install with pip: pip install uefn-mcp-server