Little Mouse Pointer
Little Mouse Pointer
이 저장소는 AI 에이전트를 위한 Windows 데스크톱 UI 컨텍스트 피커인 Little Mouse Pointer를 제공합니다. 사용자는 마우스로 창, 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 연동
중문 설치 체크리스트 또는 영문 설치 체크리스트를 복사한 다음, DeepSeek Harness 구성을 참조하여 경로를 실제 디렉터리로 변경하세요. MCP stdio는 직접 시작해야 합니다:
plugins/little-mouse-pointer/app/MousePointer.Windows.exerun.ps1을 MCP stdio 브리지로 사용하지 마세요. 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에서만 작동하며, 포트는 profile의 cordis.patch.yml에서 덮어쓸 수 있습니다:
- replace:
- id: little-mouse-pointer
config:
port: 49154설치 전 확인
Windows 10/11 x64.
.NET을 설치할 필요가 없습니다. 배포 패키지는 이미 self-contained입니다.
plugins/little-mouse-pointer/app의 모든 파일을 유지하세요.기본 포트는
49153이며, endpoint와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