ウィンターム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ファイルを参照してください。
You must be authenticated.
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
- AsecurityFlicenseAqualityA Model Context Protocol server that allows secure execution of pre-approved commands, enabling AI assistants to safely interact with the user's system.Last updated -1318JavaScript
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.Last updated -1Python
- AsecurityAlicenseAqualityA server that enables AI assistants to execute terminal commands and retrieve outputs via the Model Context Protocol (MCP).Last updated -36PythonMIT 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 -83TypeScriptMIT License