Skip to main content
ClaudeWave

MCP Server for Computer Use in Windows

MCP ServersRegistry oficial7k estrellas837 forksPythonMITActualizado today
Nota editorial

Windows-MCP is a Python-based MCP server that gives AI agents direct, programmatic control over the Windows operating system, covering file navigation, application launching, window management, keyboard and mouse simulation, and UI element interaction. It connects to Claude Desktop by adding an entry to `claude_desktop_config.json` and running via `uvx windows-mcp serve`, and it is also listed in the official MCP Registry. Rather than relying on computer vision or fine-tuned models, it reads the Windows UI Automation tree directly, which means it works with any LLM that supports tool calls. A dedicated DOM mode (`use_dom=True`) narrows the accessibility tree to web page content only, supporting Chrome, Edge, and Firefox for browser automation tasks. Typical action-to-action latency runs between 0.2 and 0.5 seconds. The project has reportedly reached over two million users through the Claude Desktop extension directory, making it relevant for developers, QA testers, and anyone building Windows desktop automation workflows on top of Claude.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 9/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · windows-mcp
Claude Code CLI
claude mcp add windows-mcp -- uvx windows-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "windows-mcp": {
      "command": "uvx",
      "args": ["windows-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/CursorTouch/Windows-MCP and follow its README.

Resumen de MCP Servers

README no disponible. Visita el repo en GitHub para la documentación completa.
aidesktopmcptoolswindowswindows-automation

Lo que la gente pregunta sobre Windows-MCP

¿Qué es CursorTouch/Windows-MCP?

+

CursorTouch/Windows-MCP es mcp servers para el ecosistema de Claude AI. MCP Server for Computer Use in Windows Tiene 7k estrellas en GitHub y su última actualización registrada es del 2026-09-10.

¿Cómo se instala Windows-MCP?

+

Puedes instalar Windows-MCP clonando el repositorio (https://github.com/CursorTouch/Windows-MCP) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar CursorTouch/Windows-MCP?

+

Nuestro agente de seguridad ha analizado CursorTouch/Windows-MCP y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene CursorTouch/Windows-MCP?

+

CursorTouch/Windows-MCP es mantenido por CursorTouch. La última actividad registrada en GitHub es del 2026-09-10, con 20 issues abiertos.

¿Hay alternativas a Windows-MCP?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega Windows-MCP en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: CursorTouch/Windows-MCP
[![Featured on ClaudeWave](https://claudewave.com/api/badge/cursortouch-windows-mcp)](https://claudewave.com/repo/cursortouch-windows-mcp)
<a href="https://claudewave.com/repo/cursortouch-windows-mcp"><img src="https://claudewave.com/api/badge/cursortouch-windows-mcp" alt="Featured on ClaudeWave: CursorTouch/Windows-MCP" width="320" height="64" /></a>

Más MCP Servers