Skip to main content
Glama
dcc-mcp
by dcc-mcp

dcc-mcp-liquigen

Unofficial DCC-MCP adapter for LiquiGen. Inspect and edit project graphs, execute supported host commands, and validate exported assets.

Capabilities

  • Discover installed presets and node schemas.

  • Inspect nodes, parameters, animation and connections.

  • Apply validated graph transactions to a new project file.

  • Open projects and run bounded playback, save and export commands.

  • Validate VAT, Alembic and image export bundles.

Host operations bind to one exact LiquiGen process and window. Graph writes preserve the source file and validate the resulting document. Unsupported interfaces return a compatibility error; this is not a vendor-supported SDK.

Related MCP server: Unreal Engine MCP Server

Install and run

Install LiquiGen separately, then install the adapter:

uv tool install dcc-mcp-liquigen

Attach to a running LiquiGen instance:

dcc-mcp-liquigen --pid <PID> --window-handle <HWND> `
  --executable <ABSOLUTE-LIQUIGEN-EXE> --version <VERSION> `
  --allowed-root <ABSOLUTE-WORKSPACE>

With a locally built native command bridge, the standalone launcher can start LiquiGen and bind its window:

dcc-mcp-liquigen-launch --executable <ABSOLUTE-LIQUIGEN-EXE> `
  --hook-dll <ABSOLUTE-HOOK-DLL> --allowed-root <ABSOLUTE-WORKSPACE>

DCC_MCP_LIQUIGEN_COMMAND_HOOK_DLL can also select the hook for an attached instance. Pass the detected application version with --version, or set DCC_MCP_LIQUIGEN_VERSION. Public packages do not include native bridge binaries; see distribution for build profiles.

Use dcc-mcp-cli list, then search, describe and call to discover tools. The optional dcc-mcp-liquigen-menu command provides an external companion menu for a bound instance; it is not a native LiquiGen menu.

Examples and development

vx setup
vx just check
vx just build

License

Adapter source is available under the MIT License. LiquiGen is a separate commercial product. Vendor software, presets, projects and licenses are not included. This project is not affiliated with or endorsed by JangaFX.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    A
    maintenance
    Enables AI assistants to control Unreal Engine via Remote Control API for game development automation, including asset management, actor control, level editing, animation, physics, visual effects, and cinematics creation through natural language.
    1
    854 npm
    880
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to control and automate Unreal Engine through a native C++ Automation Bridge plugin. It supports a comprehensive range of tasks including asset management, actor manipulation, editor control, and blueprint graph editing.
    854 npm
    1
    MIT
  • F
    license
    C
    quality
    D
    maintenance
    Enables natural language interaction with Unreal Engine, providing 127 tools across 16 subsystems for tasks like actor manipulation, asset management, blueprint creation, and more, using built-in Python and Remote Control plugins.
    100
    6
    -
  • F
    license
    B
    quality
    B
    maintenance
    Enables safe, observable Blender research by exposing structured tools for viewport capture, object and material edits, semantic scene creation, and managed .blend project lifecycles with transactional rollback and validation.
    42
    -