Windows-MCP
Let AI agents operate Windows: open apps, control windows, click and type, and read UI state.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Automating desktop applications and UI testing on Windows from an MCP client.
You're on macOS or Linux; it supports Windows 7 through 11 only.
About Windows-MCP
Windows-MCP is a lightweight MCP server for computer use on Windows. It interacts with native UI elements, launches and controls applications, simulates keyboard and mouse input and captures window and UI state, and works with any LLM because it does not rely on computer-vision models. It runs over stdio by default, with SSE and streamable HTTP transports plus authentication and IP allowlists for remote use.
Windows-MCP is an open-source project written primarily in Python, with 7.1k stars on GitHub. It was last updated in September 2026.
Add Windows-MCP to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add windows-mcp -- uvx windows-mcp serveCursor
{
"mcpServers": {
"windows-mcp": {
"command": "uvx",
"args": ["windows-mcp", "serve"]
}
}
}VS Code
{
"servers": {
"windows-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["windows-mcp", "serve"]
}
}
}Claude Desktop
{
"mcpServers": {
"windows-mcp": {
"command": "uvx",
"args": ["windows-mcp", "serve"]
}
}
}Codex
[mcp_servers.windows-mcp]
command = "uvx"
args = ["windows-mcp", "serve"]Windows-MCP vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Windows-MCPthis listing | 7.1k | Python | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
