-
securityA
license-
qualityAn MCP server that bridges AI agents with GUI automation capabilities, allowing them to control mouse, keyboard, windows, and take screenshots to interact with desktop applications.
Last updated -
8
MIT License
uvx
を使用したMCPセットアップ)または、 pip
を使用してグローバルにインストールします。
次に、次のコマンドでサーバーを実行します。
click_screen(x: int, y: int)
: 指定された画面座標をクリックするmove_mouse(x: int, y: int)
: マウスカーソルを指定された座標に移動するdrag_mouse(from_x: int, from_y: int, to_x: int, to_y: int, duration: float = 0.5)
: マウスをある位置から別の位置までドラッグします。type_text(text: str)
: 現在のカーソル位置に指定されたテキストを入力します。press_key(key: str)
: 指定されたキーボードキーを押すtake_screenshot(title_pattern: str = None, use_regex: bool = False, threshold: int = 60, with_ocr_text_and_coords: bool = False, scale_percent_for_ocr: int = 100, save_to_downloads: bool = False)
: オプションのOCRを使用して画面またはウィンドウをキャプチャしますget_screen_size()
: 現在の画面解像度を取得するlist_windows()
: 開いているウィンドウをすべて一覧表示するactivate_window(title_pattern: str, use_regex: bool = False, threshold: int = 60)
: 指定されたウィンドウをフォアグラウンドにする利用可能な関数とクラスの詳細については、 API リファレンスを参照してください。
マサチューセッツ工科大学
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
マウスの動き、キーボード操作、OCR によるスクリーンショットのキャプチャ、統合 API によるウィンドウ管理などのコンピューター制御機能を提供する MCP サーバー。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AB498/computer-control-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server