Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

MCP server for NTLite: inspect Windows images, edit presets, and apply / save / create ISOs.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages