Little Mouse Pointer
Little Mouse Pointer
このリポジトリは Little Mouse Pointer を提供します。これは AI エージェント向けの Windows デスクトップ UI コンテキストピッカーです。ユーザーはマウスでウィンドウ、UI 要素、または画面領域を選択し、UI Automation、スクリーンショット、およびローカル OCR を通じてコンテキストを取得し、確認後に MCP 経由で OpenAI Codex、DeepSeek Harness、またはその他の互換クライアントに提供できます。
プラグインディレクトリは plugins/little-mouse-pointer です。完全な機能、プロトコル、およびランタイムの説明は、プラグインディレクトリ内の README を参照してください。
ドキュメントナビゲーション
初心者チュートリアル:初回インストール、初回選択、および一般的な問題の完全な手順。
初心者向けインストールチェックリスト:Codex、DeepSeek Harness、手動実行のシナリオごとに項目を確認します。
プラグイン完全 README:機能、使用手順、プライバシー制限、および障害の境界。
ランタイム説明:self-contained ランタイムパッケージ、
run.ps1、および MCP stdio の動作。DeepSeek Harness 設定:bundle が利用できない場合の手動 Cordis 設定。
プロトコル説明:ツール出力フィールドと確認フロー。
Related MCP server: atomic-computer-mcp
GitHub から Codex へのインストール
PowerShell で以下のコマンドを実行し、OWNER/REPOSITORY を実際の GitHub リポジトリに置き換えます:
codex plugin marketplace add OWNER/REPOSITORY --ref main
codex plugin add little-mouse-pointer@auto-mouseプラグインディレクトリのみをダウンロードする場合は、GitHub release zip を使用するか、ローカルに plugins/little-mouse-pointer の階層をインストールできます。リポジトリのルートディレクトリを直接プラグインのルートディレクトリと誤解しないでください。
DeepSeek Harness への接続
中国語インストールチェックリスト または English installation checklist をコピーし、DeepSeek Harness 設定 を参照して、パスを実際のディレクトリに変更します。MCP stdio は直接起動する必要があります:
plugins/little-mouse-pointer/app/MousePointer.Windows.exerun.ps1 を MCP stdio bridge として使用しないでください。run.ps1 は GUI と self-test を手動で起動するためだけに使用します。
GitHub から Harness bundle を直接インストール
リポジトリのルートディレクトリには、Harness の dsh.bundle 仕様に準拠したインストールパッケージも用意されています。リリースタグを固定することをお勧めします:
dsh plugin --profile demo add github:Fish121380/auto-mouse#v0.1.1
dsh --profile demo --dump-configこの bundle は、同梱の Windows x64 exe を自動的に特定し、@deepseek-ai/dsh-mcp-client を登録します。これは Windows x64 でのみ動作します。ポートはプロファイルの cordis.patch.yml で上書きできます:
- replace:
- id: little-mouse-pointer
config:
port: 49154インストール前の確認
Windows 10/11 x64。
.NET のインストールは不要です。配布パッケージはすでに self-contained です。
plugins/little-mouse-pointer/appのすべてのファイルを保持してください。デフォルトポートは
49153で、エンドポイントとMOUSE_POINTER_HTTP_PORTは一致している必要があります。Codex/Harness を実行する前に、古い Little Mouse Pointer インスタンスを終了してください。
MCP ツールは
ui_context_pick、ui_context_current、ui_context_clearです。
This server cannot be installed
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 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
- AlicenseAqualityAmaintenanceAllows AI clients to see and control Windows 10/11 desktops via MCP, with screenshots, UI Automation, Chrome CDP, keyboard/mouse, and terminal using semantic element targeting.30354MIT
- AlicenseNot gradedqualityAmaintenanceEnables Windows desktop automation via MCP, allowing AI agents to control mouse, keyboard, and screen capture with the same interface as Anthropic's computer-use tool.1MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
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/Fish121380/auto-mouse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server