Little Mouse Pointer
Little Mouse Pointer
Dieses Repository stellt Little Mouse Pointer bereit: einen Windows-Desktop-UI-Context-Picker für KI-Agenten. Benutzer können mit der Maus Fenster, UI-Elemente oder Bildschirmbereiche auswählen und über UI Automation, Screenshots und lokale OCR Kontext abrufen. Nach Bestätigung wird der Kontext über MCP an OpenAI Codex, DeepSeek Harness oder andere kompatible Clients übergeben.
Das Plugin befindet sich unter plugins/little-mouse-pointer. Vollständige Funktions-, Protokoll- und Laufzeitbeschreibungen finden Sie in der README des Plugins.
Dokumentationsnavigation
Einsteiger-Tutorial: Vollständiger Ablauf für Erstinstallation, erste Auswahl und häufige Probleme.
Einsteiger-Checkliste: Schrittweise Bestätigung für Codex-, DeepSeek-Harness- und manuelle Ausführungsszenarien.
Vollständige Plugin-README: Funktionen, Nutzungsablauf, Datenschutzgrenzen und Fehlerbehandlung.
Laufzeitbeschreibung: Self-contained-Laufzeitpaket,
run.ps1und MCP-stdio-Verhalten.DeepSeek-Harness-Konfiguration: Manuelle Cordis-Konfiguration, wenn das Bundle nicht verfügbar ist.
Protokollbeschreibung: Tool-Ausgabefelder und Bestätigungsablauf.
Related MCP server: atomic-computer-mcp
Installation von GitHub in Codex
Führen Sie in PowerShell den folgenden Befehl aus und ersetzen Sie OWNER/REPOSITORY durch das tatsächliche GitHub-Repository:
codex plugin marketplace add OWNER/REPOSITORY --ref main
codex plugin add little-mouse-pointer@auto-mouseWenn Sie nur das Plugin-Verzeichnis herunterladen möchten, können Sie das GitHub-Release-ZIP verwenden oder lokal die Ebene plugins/little-mouse-pointer installieren. Verwenden Sie nicht fälschlicherweise das Repository-Stammverzeichnis als Plugin-Stammverzeichnis.
Anbindung an DeepSeek Harness
Kopieren Sie die chinesische Installations-Checkliste oder die englische Installations-Checkliste und beziehen Sie sich auf die DeepSeek-Harness-Konfiguration. Passen Sie die Pfade an das tatsächliche Verzeichnis an. MCP stdio muss direkt gestartet werden:
plugins/little-mouse-pointer/app/MousePointer.Windows.exeVerwenden Sie run.ps1 nicht als MCP-stdio-Bridge; run.ps1 dient ausschließlich zum manuellen Starten der GUI und für Self-Tests.
Direkte Installation des Harness-Bundles von GitHub
Das Repository-Stammverzeichnis enthält außerdem ein Installationspaket gemäß der Harness-dsh.bundle-Spezifikation. Es wird empfohlen, ein festes Release-Tag zu verwenden:
dsh plugin --profile demo add github:Fish121380/auto-mouse#v0.1.1
dsh --profile demo --dump-configDas Bundle lokalisiert automatisch das mitgelieferte Windows-x64-EXE und registriert @deepseek-ai/dsh-mcp-client. Es ist ausschließlich für Windows x64 geeignet; der Port kann in der cordis.patch.yml des Profils überschrieben werden:
- replace:
- id: little-mouse-pointer
config:
port: 49154Checkliste vor der Installation
Windows 10/11 x64.
Keine .NET-Installation erforderlich, das Release-Paket ist self-contained.
Alle Dateien unter
plugins/little-mouse-pointer/appmüssen erhalten bleiben.Standardport ist
49153; Endpoint undMOUSE_POINTER_HTTP_PORTmüssen übereinstimmen.Vor dem Start von Codex/Harness müssen alte Little-Mouse-Pointer-Instanzen beendet werden.
MCP-Tools:
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