Luis Escolano

2026 · Solo author

fmodel-mcp

An MCP wrapper around FModel + CUE4Parse for inspecting and exporting Unreal Engine assets directly from Claude. .NET CLI plus a Python MCP server, released as my canonical tool for E33 asset work.

Writeup pending. The driver was internal: I was making 30+ FModel queries per session for the Aline map, and the manual GUI loop was wrecking pace. The MCP exposes the operations Claude actually needs — browse, search, export by class, dump materials — and turns “5 minutes per query” into one tool call.

Repo is public; a full retro on what worked, what didn’t, and how the .NET ↔ Python boundary settled goes here when I write it up.