NTLite MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NTLite MCP ServerInspect the Windows 11 ISO in D:\ISOs and list its editions."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 installWire 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 |
|
|
| Presets folder (defaults to NTLite’s Presets directory) |
| Extra presets folder (defaults to |
Documentation
Related MCP server: OmniFlow
Development
npm test
npm run typecheck
npm run inspectorLicense
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.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
MCP registry & directory: search, find & install 31k+ MCP servers & tools. Catalog and marketplace.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Hosted MCP tools for FFmpeg-style video and audio processing through FFMPEG API.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables querying PCB and schematic data and driving DelphiScript automation in Altium Designer via MCP.138MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI clients to automate Windows desktop applications through window manipulation, image recognition, OCR, keyboard/mouse simulation, and memory operations via the MCP protocol.MIT
- FlicenseBqualityBmaintenanceEnables AI clients to execute Windows commands, manage files, query system information, and perform code checks via MCP protocol.241-
- AlicenseNot gradedqualityAmaintenanceEnables 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 npmMIT