★ 0 stars
Python
🌐 Browser/Web
Updated today
Windows desktop and browser control MCP server with UI Automation, OCR, Playwright sessions, CDP attach, captures, watchers, and debug tooling.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"windows-desktop-mcp": {
"command": "uvx",
"args": [
"windows-desktop-mcp"
]
}
}
}
Run in terminal:
claude mcp add windows-desktop-mcp uvx windows-desktop-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"windows-desktop-mcp": {
"command": "uvx",
"args": [
"windows-desktop-mcp"
]
}
}
}
Or install with pip: pip install windows-desktop-mcp