windows2-mcp
windows2-mcp
MCP服务器,将Windows桌面UI自动化作为工具暴露给AI代理,基于appium-desktop-driver构建。
此前作为desktop-driver-mcp包含在appium-desktop-driver中;现已拆分为独立包,以便MCP服务器和Appium驱动程序可以独立安装、版本管理和发布。
前提条件
运行中的Appium服务器,已安装
appium-desktop-driver:
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获取完整的工具参考(约85个工具,涵盖会话管理、元素发现、交互、UIA模式、窗口管理、视觉等),由当前工具源生成。
开发
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