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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
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)