Skip to main content
Glama
Dvow

NTLite MCP Server

by Dvow

NTLite MCP Server

Ein stdio MCP-Server für NTLite. Verbinde ihn, weise die KI auf deine Windows-ISO (egal wo sie auf der Festplatte liegt) hin und sag, was du möchtest.

Erforderlich sind Windows, NTLite und Node.js 22.18+.

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

Binde ihn wie jeden anderen lokalen MCP an (Interpreter + TypeScript-Einstiegspunkt dieses Repositorys):

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

Beim Öffnen dieses Ordners in Cursor wird bereits .cursor/mcp.json verwendet. Setze NTLITE_EXE nur, wenn sich NTLite nicht unter %ProgramFiles%\NTLite befindet.

Öffne NTLite, gib der KI den Pfad zu deiner ISO und sag, wie die fertige Installation aussehen soll. Wenn die Datei nicht auf der Registerkarte „Image“ auftaucht, füge sie einmal hinzu. Führe zuerst einen Dry-Run durch; das Anwenden erfordert eine Bestätigung. Die Ausgabe-ISO heißt standardmäßig <name>-custom.iso und wird neben der Quelldatei abgelegt.

Variable

Zweck

NTLITE_EXE

NTLite.exe, falls diese nicht unter %ProgramFiles%\NTLite liegt

NTLITE_PRESETS

Presets-Ordner (standardmäßig das Presets-Verzeichnis von NTLite)

NTLITE_MCP_WORKSPACE

Zusätzlicher Presets-Ordner (standardmäßig Documents\NTLite-MCP)

Dokumentation

Related MCP server: OmniFlow

Entwicklung

npm test
npm run typecheck
npm run inspector

Lizenz

Apache License 2.0.

NTLite MCP Server ist ein inoffizielles Open-Source-Projekt und steht in keiner Verbindung zu NTLite oder NTLite Software und wird von dort weder befürwortet noch unterstützt oder gesponsert. Es kommuniziert mit einer NTLite-Kopie, die du separat installierst. Lege keine NTLite-Binärdateien, Lizenzdateien oder anderen urheberrechtlich geschützten NTLite-Dateien in dieses 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