Clara Windows UI MCP
Clara Windows UI MCP
ローカルのみで動作する Windows UI 自動化用の MCP サーバーです。ゲームウィンドウ、レガシーデスクトップアプ、UI Automation を確実に公開しないサーフェスなど、難しいターゲットを扱えます。
このツールが存在する理由
組み込みの computer-use フローは便利ですが、ゲームエンジンやカスタムグラフィックスパイプらインでレンダーされたウィンドウでは思うようにいかなことがあります。この MCP は、より低レベルな道を選びます:
HWND経由でウィンドウを列挙、フォーカスするネイテブ Win32 API 経由でマウスとキーボード入力と操作する
デスクトップまは対ウィンドウを PNG フアイルにキヤプチャする
同ーの動作を MCP std と小規模なローカル HTTP API でも公開する
Related MCP server: OmniFlow
現在のツールセット
list_windowsget_foreground_windowfocus_windowcapture_screenmove_mouseclick_mousepress_keytype_text
ビジョン基盤
src/domain/vision モジュールは、消費者向けのビジョン契約とその実装を定義します:
SceneObservationは、キヤプチャの入手経路、文字認識、検出結果を保持します。SceneEventは、任意の時間に発生する変化を通知するための拡張する予定されています。VisionProfileRegistryは、applicationIdごとにサンプル、トレーニン辞参照、ルールを分離します。
キヤプチャと検出の実装は、意図的にこの基盤の外に置かれています。消費者は、実装の内部ではなく、シーン/イベント契約に頼る必要があります。
ビジョンサービスとトーイ
ネイティブのプロジェクトは、Clara Cursor と同じ安全なセッション境界を共有しています:
ClaraVisionBroker Windows service -> local named pipe -> ClaraVisionTray user-session agentブローカは高レベルの観測状態(
pausedまたはobserving)を永続し、ローカルに中継します。トーイはその状態を表示し、ユーザーが観測の開始/一時停止できます。
どちらのコーネントも、デスクトップのキヤプチャや自動化物理化をしま。将来のセッション・エージェントは、対ターゲット選択とキヤプチャ・ポリシーが定義された後でのみ、既存のオプトイン・キヤプチャを結続します。
native/CaraVisionBroker と native/ClaraVisionTay を Release ビルドします。それ後、昇コマンドプロンプトから scripts/install-vision-service.cmd を、対話ユーザーセッションから scripts/install-vision-broker.cmd を実行します。
実行
npm.cmd install
npm.cmd run build
npm.cmd run start:stdioローカルでの診断には:
npm.cmd run start:apiアーキテクチャの選択
実行モード: 配布方式:
stdio、api、またはboth導入プロファイル: ローカルのみ
認証: 不要
ストレージ: 各キャプチャのみローカルファイルへ出力
組織: トランスポートアダプタ付きの CQRS スタイルの操作と照会
注記
スクリーンショットは、
captures/に出力されます。このエージェントは、最初から UIA の使用を避けているため、二次元レンダリングのアプリでも利用できます。
次に有力な拡張は、テンプレート画像やピクセル領域、OCR による対象認識の対応です。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables comprehensive Windows desktop automation including screen capture, OCR text extraction, mouse/keyboard control, window management, process control, and clipboard operations through 25+ tools for AI agents.3MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI clients to automate Windows desktop applications through window manipulation, image recognition, OCR, keyboard/mouse simulation, and memory operations via the MCP protocol.MIT
- FlicenseNot gradedqualityDmaintenanceEnables automation of native Windows desktop applications through screen capture, mouse/keyboard control, and waiting for UI changes, exposing them as MCP tools.1
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to control Windows GUI applications like a human using screen capture, OCR, mouse and keyboard input, and window management, with safety levels and memory.
Related MCP Connectors
Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BestCodeTools/clara-windows-ui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server