Skip to main content
Glama
Fish121380

Little Mouse Pointer

by Fish121380

Little Mouse Pointer

영문 README

이 저장소는 AI 에이전트를 위한 Windows 데스크톱 UI 컨텍스트 피커인 Little Mouse Pointer를 제공합니다. 사용자는 마우스로 창, UI 요소 또는 화면 영역을 선택하고, UI Automation, 스크린샷 및 로컬 OCR을 통해 컨텍스트를 얻은 다음, 확인 후 MCP를 통해 OpenAI Codex, DeepSeek Harness 또는 기타 호환 클라이언트에 제공할 수 있습니다.

플러그인 디렉터리는 plugins/little-mouse-pointer입니다. 전체 기능, 프로토콜 및 런타임 설명은 플러그인 디렉터리의 README를 참조하세요.

문서 탐색

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.exe

run.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입니다.

A
license - permissive license
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI clients to automate Windows desktop applications through window manipulation, image recognition, OCR, keyboard/mouse simulation, and memory operations via the MCP protocol.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables automation of native Windows desktop applications through screen capture, mouse/keyboard control, and waiting for UI changes, exposing them as MCP tools.
    1
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables 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.
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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