Skip to main content
Glama
verisoft-ai

windows2-mcp

by verisoft-ai

windows2-mcp

MCP-Server, der die Windows-Desktop-UI-Automation als Werkzeuge für KI-Agenten bereitstellt, aufbauend auf appium-desktop-driver.

Zuvor als desktop-driver-mcp innerhalb von appium-desktop-driver ausgeliefert; jetzt in ein eigenes Paket aufgeteilt, sodass der MCP-Server und der Appium-Treiber unabhängig voneinander installiert, versioniert und veröffentlicht werden können.

Voraussetzungen

  • Ein Appium-Server, der mit installiertem appium-desktop-driver läuft:

npm install -g appium
appium driver install --source=npm appium-desktop-driver
appium --port 4723

Related MCP server: windows-computer-use-mcp

Installation

npm install -g windows2-mcp

oder direkt mit npx windows2-mcp ausführen.

Konfiguration

Umgebungsvariablen (werden beim Start gelesen):

Variable

Default

Description

APPIUM_HOST

127.0.0.1

Host des laufenden Appium-Servers

APPIUM_PORT

4723

Port des laufenden Appium-Servers

MCP-Client-Konfiguration

{
  "mcpServers": {
    "windows2-mcp": {
      "command": "npx",
      "args": ["-y", "windows2-mcp"],
      "env": {
        "APPIUM_HOST": "127.0.0.1",
        "APPIUM_PORT": "4723"
      }
    }
  }
}

Werkzeuge

Siehe docs/TOOLS.md für die vollständige Werkzeugreferenz (~85 Werkzeuge für Sitzungsverwaltung, Elementerkennung, Interaktion, UIA-Muster, Fensterverwaltung, Sichtprüfung und mehr), generiert aus der aktuellen Werkzeugquelle.

Entwicklung

npm install
npm run build
npm run test
npm run lint

Lizenz

Apache-2.0

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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
    -
    quality
    A
    maintenance
    MCP server for AI agents to automate Windows WPF apps with semantic UI Automation selectors, screenshots, recording, and FlaUI test generation.
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that gives AI agents human-like control over Windows via visual perception and simulated mouse and keyboard input, enabling automation of any application without APIs.
    59
    2
    MIT
  • A
    license
    -
    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
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for driving any Windows app through five layers including OCR, UI Automation, and direct OS operations. Enables AI agents to control Windows desktop and OS cursor-free, even on background/locked windows.
    151
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

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/verisoft-ai/windows2-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server