Skip to main content
Glama
Fish121380

Little Mouse Pointer

by Fish121380

Little Mouse Pointer

English README

Этот репозиторий предоставляет Little Mouse Pointer — инструмент выбора UI-контекста для рабочего стола Windows, предназначенный для AI-агентов. Пользователь может мышью выбрать окно, элемент интерфейса или область экрана; контекст получается через UI Automation, снимки экрана и локальный OCR, и после подтверждения передаётся через MCP в OpenAI Codex, DeepSeek Harness или другие совместимые клиенты.

Каталог плагина — plugins/little-mouse-pointer. Полное описание функций, протокола и среды выполнения см. в README в каталоге плагина.

Документация

Related MCP server: atomic-computer-mcp

Установка в Codex из GitHub

Выполните в PowerShell следующую команду, заменив OWNER/REPOSITORY на фактический репозиторий GitHub:

codex plugin marketplace add OWNER/REPOSITORY --ref main
codex plugin add little-mouse-pointer@auto-mouse

Если нужно загрузить только каталог плагина, можно использовать zip-архив релиза GitHub или установить локально уровень plugins/little-mouse-pointer. Не принимайте корень репозитория за непосредственный корень плагина.

Интеграция с DeepSeek Harness

Скопируйте Контрольный список установки на китайском или English installation checklist, затем обратитесь к Конфигурации DeepSeek Harness и измените пути на фактические каталоги. MCP stdio должен запускаться напрямую:

plugins/little-mouse-pointer/app/MousePointer.Windows.exe

Не используйте run.ps1 в качестве моста для MCP stdio; run.ps1 предназначен только для ручного запуска GUI и self-test.

Прямая установка Harness bundle из GitHub

В корне репозитория также предоставляется установочный пакет, соответствующий спецификации 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, 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