WinTerm MCP is a server that enables AI models to interact with the Windows command line interface through standardized tools. It provides functionality to write commands, read terminal output, and send control characters, allowing for programmatic access to Windows terminal operations. This implementation is particularly useful for AI-driven automation tasks and integrations that require direct interaction with the Windows command line environment.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Writes text or commands to the terminal. Example command: echo Hello, World!
Reads the specified number of lines from terminal output. Parameter: linesOfOutput (integer)
Sends a control character to the terminal (e.g., Ctrl+C). Parameter: letter (string)