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.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    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
    C
    maintenance
    Enables 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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