ウィンタームMCP
Windowsターミナルへのプログラムによるアクセスを提供するモデルコンテキストプロトコルサーバー。このサーバーにより、AIモデルは標準化されたツールセットを介してWindowsコマンドラインインターフェースと対話できるようになります。
特徴
- ターミナルへの書き込み: コマンドを実行したり、Windows ターミナルにテキストを書き込んだりします
- 端末出力の読み取り: 以前に実行したコマンドの出力を取得します
- 制御文字の送信: 端末に制御信号(例:Ctrl+C)を送信します。
- Windows ネイティブ: Windows のコマンドラインインタラクション用に特別に構築されています
インストール
- リポジトリのクローンを作成します:
- 依存関係をインストール:
- プロジェクトのビルド:
- Claude デスクトップを構成する:
サーバー設定を%APPDATA%/Claude/claude_desktop_config.json
に追加します。
注: 「path/to/build/index.js」を、ビルドした index.js ファイルへの実際のパスに置き換えます。
利用可能なツール
端末への書き込み
テキストまたはコマンドを端末に書き込みます。
端末出力の読み取り
端末出力から指定された行数を読み取ります。
制御文字を送信する
制御文字を端末に送信します (例: Ctrl+C)。
発達
自動リビルドを使用した開発の場合:
ライセンス
MIT ライセンス - LICENSEファイルを参照してください。
local-only server
The server can only run on the client's local machine because it depends on local resources.
Windows ターミナルへのプログラムによるアクセスを提供するモデル コンテキスト プロトコル サーバー。これにより、AI モデルは、コマンドの書き込み、出力の読み取り、制御信号の送信を行うための標準化されたツールを通じて Windows コマンド ラインと対話できるようになります。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that provides secure command-line access to Windows systems, allowing MCP clients like Claude Desktop to safely execute commands in PowerShell, CMD, and Git Bash shells with configurable security controls.Last updated -9928235JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that gives AI models access to your iTerm terminal session, allowing them to read output, write commands, and send control characters.Last updated -3801TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with iTerm2 terminals, allowing creation and management of terminal sessions, command execution, and reading terminal output.Last updated -56827JavaScriptISC License
- AsecurityAlicenseAqualityA secure Model Context Protocol server that allows AI models to safely interact with Windows command-line functionality, enabling controlled execution of system commands, project creation, and system information retrieval.Last updated -85TypeScriptMIT License