NTLite MCP Server
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables querying PCB and schematic data and driving DelphiScript automation in Altium Designer via MCP.138MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI clients to automate Windows desktop applications through window manipulation, image recognition, OCR, keyboard/mouse simulation, and memory operations via the MCP protocol.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to seamlessly integrate with the Windows operating system, performing tasks such as file navigation, application control, UI interaction, and QA testing via the MCP protocol.MIT
- FlicenseNot gradedqualityCmaintenanceWindows-native MCP server for a local ComfyUI portable package. It enables listing, validating, and running ComfyUI workflows via the loopback HTTP API.
Related MCP Connectors
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dvow/ntlite-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server