Skip to main content
Glama
Fish121380

Little Mouse Pointer

by Fish121380

Little Mouse Pointer

English README

This repository provides Little Mouse Pointer: a Windows desktop UI context picker for AI agents. Users can select windows, UI elements, or screen regions with the mouse, obtain context via UI Automation, screenshots, and native OCR, and after confirmation, provide it to OpenAI Codex, DeepSeek Harness, or other compatible clients through MCP.

The plugin directory is plugins/little-mouse-pointer. See the README in the plugin directory for full features, protocol, and runtime instructions.

Documentation Navigation

Related MCP server: atomic-computer-mcp

Installing from GitHub into Codex

Run the following command in PowerShell, replacing OWNER/REPOSITORY with the actual GitHub repository:

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

If you only need to download the plugin directory, you can use the GitHub release zip, or install the plugins/little-mouse-pointer layer locally. Do not mistake the repository root for the direct plugin root.

Connecting to DeepSeek Harness

Copy the Chinese installation checklist or the English installation checklist, then refer to the DeepSeek Harness Configuration and change the paths to your actual directories. MCP stdio must be launched directly:

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

Do not use run.ps1 as an MCP stdio bridge; run.ps1 is only for manually launching the GUI and self-test.

Installing the Harness bundle directly from GitHub

The repository root also provides an installation package conforming to the Harness dsh.bundle specification. It is recommended to pin a release tag:

dsh plugin --profile demo add github:Fish121380/auto-mouse#v0.1.1
dsh --profile demo --dump-config

The bundle automatically locates the Windows x64 exe it carries and registers @deepseek-ai/dsh-mcp-client. It only works on Windows x64; the port can be overridden in the profile's cordis.patch.yml:

- replace:
    - id: little-mouse-pointer
      config:
        port: 49154

Pre-installation Checks

  • Windows 10/11 x64.

  • No .NET installation required; the release package is self-contained.

  • Keep all files in plugins/little-mouse-pointer/app.

  • The default port is 49153; the endpoint and MOUSE_POINTER_HTTP_PORT must match.

  • Close old Little Mouse Pointer instances before running Codex/Harness.

  • The MCP tools are 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