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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Writes text or commands to the terminal. Parameters: command (string)
Reads the specified number of lines from terminal output. Parameters: linesOfOutput (integer)
Sends a control character to the terminal (e.g., Ctrl+C). Parameters: letter (string)