Skip to main content
Glama
Dvow

NTLite MCP Server

by Dvow

NTLite MCP Server

A stdio MCP server for NTLite. Connect it, point the AI at your Windows ISO (anywhere on disk), and say what you want.

Needs Windows, NTLite, and Node.js 22.18+.

git clone https://github.com/Dvow/ntlite-mcp.git
cd ntlite-mcp
npm install

Wire it like any other local MCP (interpreter + this repo’s TypeScript entry):

{
  "mcpServers": {
    "ntlite-mcp": {
      "command": "node",
      "args": ["C:/path/to/ntlite-mcp/src/index.ts"]
    }
  }
}

Opening this folder in Cursor already uses .cursor/mcp.json. Set NTLITE_EXE only if NTLite is not under %ProgramFiles%\NTLite.

Open NTLite, give the AI your ISO path, and say what the finished install should be like. If that file is not on the Image tab, add it once. Dry-run first; apply needs confirmation. Output ISO defaults to <name>-custom.iso next to the source.

Variable

Purpose

NTLITE_EXE

NTLite.exe if it is not under %ProgramFiles%\NTLite

NTLITE_PRESETS

Presets folder (defaults to NTLite’s Presets directory)

NTLITE_MCP_WORKSPACE

Extra presets folder (defaults to Documents\NTLite-MCP)

Documentation

Related MCP server: OmniFlow

Development

npm test
npm run typecheck
npm run inspector

License

Apache License 2.0.

NTLite MCP Server is an unofficial open-source project and is not affiliated with, endorsed by, or sponsored by NTLite or NTLite Software. It talks to a copy of NTLite that you install separately. Do not put NTLite binaries, license files, or other NTLite-copyrighted files in this repository.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI clients to automate Windows desktop applications through window manipulation, image recognition, OCR, keyboard/mouse simulation, and memory operations via the MCP protocol.
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables remote control of a Windows desktop via MCP, including screenshots, mouse and keyboard, window management, PowerShell, files, services, registry, scheduled tasks, event log, and network checks.
    20 npm
    MIT