Converts a Lanhu design page into a Unity UGUI prefab YAML snapshot, enabling Unity developers to generate UI prefabs from Lanhu designs.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.DATA_DIR— ./data Managed Packet and downloaded-asset cache.LANHU_COOKIE— Copy .env.example to .env. For an authorized Lanhu browser session, set the complete request Cookie header value; do not commit or share it. DDS_COOKIE is separate and never inherits .DDS_COOKIE— Copy .env.example to .env. For an authorized Lanhu browser session, set the complete request Cookie header value; do not commit or share it. is separate and never inherits LANHU_COOKIE.HTTP_TIMEOUT— 30 Positive request timeout in seconds.SERVER_HOST— 127.0.0.1 HTTP bind host; only loopback addresses are accepted.SERVER_PORT— 8126 HTTP port.MCP_TRANSPORT— stdio /absolute/path/to/lanhu-mcp/.venv/bin/python -m lanhu_mcpMAX_NODES_PER_RESPONSE— 200 Maximum node count for a full response.MAX_ASSET_BYTES— 52428800 Maximum bytes per downloaded asset.MAX_PACKET_ASSET_BYTES— 524288000 Maximum aggregate downloaded bytes per Packet.ASSET_DOWNLOAD_CONCURRENCY— 4 Download workers, from 1 to 16.HTTP_RETRIES— 3 Retry count, from 0 to 3.LANHU_BASE_URL— and DDS_BASE_URL are advanced HTTPS-only endpoint overrides. Process environment variables take precedence over .env; restart the MCP process after changing configuration.DDS_BASE_URL— LANHU_BASE_URL and are advanced HTTPS-only endpoint overrides. Process environment variables take precedence over .env; restart the MCP process after changing configuration.UNITY_TEXT_FONT_GUID— empty Optional default UGUI Font GUID from an imported .ttf/.otf.UNITY_TEXT_FONT_MAP_JSON— empty Optional inline source-font-name to UGUI Font GUID map.UNITY_TEXT_FONT_MAP_PATH— empty Optional path to a UTF-8 UGUI font map JSON file.[](https://m8ven.ai/mcp/isolamenter-lanhumcp-ki6sw5)