windows2-mcp
windows2-mcp
MCP server exposing Windows desktop UI Automation as tools for AI agents, built on top of appium-desktop-driver.
Previously shipped as desktop-driver-mcp inside appium-desktop-driver; now split into its own package so the MCP server and the Appium driver can be installed, versioned, and released independently.
필수 조건
appium-desktop-driver가 설치된 Appium 서버가 실행 중이어야 합니다:
npm install -g appium
appium driver install --source=npm appium-desktop-driver
appium --port 4723Related MCP server: windows-computer-use-mcp
설치
npm install -g windows2-mcp또는 npx windows2-mcp로 직접 실행합니다.
구성
환경 변수 (시작 시 읽음):
변수 | 기본값 | 설명 |
|
| 실행 중인 Appium 서버의 호스트 |
|
| 실행 중인 Appium 서버의 포트 |
MCP 클라이언트 구성
{
"mcpServers": {
"windows2-mcp": {
"command": "npx",
"args": ["-y", "windows2-mcp"],
"env": {
"APPIUM_HOST": "127.0.0.1",
"APPIUM_PORT": "4723"
}
}
}
}도구
전체 도구 참조는 docs/TOOLS.md를 참조하세요 (세션 관리, 요소 검색, 상호작용, UIA 패턴, 창 관리, 비전 등 약 85개의 도구). 현재 도구 소스에서 생성되었습니다.
개발
npm install
npm run build
npm run test
npm run lint라이선스
Apache-2.0
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
- Alicense-qualityAmaintenanceMCP server for AI agents to automate Windows WPF apps with semantic UI Automation selectors, screenshots, recording, and FlaUI test generation.1MIT
- Alicense-qualityCmaintenanceAn 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.592MIT
- Alicense-qualityBmaintenanceEnables AI clients to automate Windows desktop applications through window manipulation, image recognition, OCR, keyboard/mouse simulation, and memory operations via the MCP protocol.MIT
- Alicense-qualityCmaintenanceMCP 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.1512MIT
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.
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/verisoft-ai/windows2-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server