Windows 桌面自动化 MCP:截图→三阶段视觉定位(±1-5px)→精确点击 一步闭环。Zero-dep Node MCP server + self-elevated CursorClick.exe. 支持多视觉模型阶梯式自动切换
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"desktop-automation-m": {
"command": "npx",
"args": [
"-y",
"loser1727/desktop-automation-mcp"
]
}
}
}
Run in terminal:
claude mcp add desktop-automation-m npx -y loser1727/desktop-automation-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"desktop-automation-m": {
"command": "npx",
"args": [
"-y",
"loser1727/desktop-automation-mcp"
]
}
}
}