windows2-mcp
wincore-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.
Prerequisites
An Appium server running with
appium-desktop-driverinstalled:
npm install -g appium
appium driver install --source=npm appium-desktop-driver
appium --port 4723Install
npm install -g wincore-mcpor run directly with npx wincore-mcp.
Configure
Environment variables (read at startup):
Variable | Default | Description |
|
| Host of the running Appium server |
|
| Port of the running Appium server |
MCP client config
{
"mcpServers": {
"wincore-mcp": {
"command": "npx",
"args": ["-y", "wincore-mcp"],
"env": {
"APPIUM_HOST": "127.0.0.1",
"APPIUM_PORT": "4723"
}
}
}
}Tools
See docs/TOOLS.md for the full tool reference (~85 tools across session management, element discovery, interaction, UIA patterns, window management, vision, and more), generated from the current tool source.
Development
npm install
npm run build
npm run test
npm run lintLicense
Apache-2.0
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/wincore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server