windows-computer-use-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@windows-computer-use-mcpWhat applications are currently open on my Windows machine?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Windows Computer Use MCP Server
English | 中文
An MCP (Model Context Protocol) server that provides desktop automation tools for Windows. Control mouse, keyboard, take screenshots, manage clipboard, and interact with applications — all through the MCP protocol.
Note: This server only runs on Windows.
Features
Screenshots — Capture full screen or specific regions as base64 PNG
Mouse Control — Move, click, double-click, right-click, drag, scroll
Keyboard Input — Type text, press key combinations, hold keys
Cursor Position — Get current cursor coordinates
Clipboard — Read and write clipboard text
Application Management — List running apps, get frontmost app, open apps
Display Info — List connected displays with dimensions
Related MCP server: desktop-touch-mcp
Tools
Tool | Description |
| Take a screenshot of the current screen |
| Take a screenshot of a specific region |
| Move the mouse cursor to coordinates |
| Left-click at coordinates or current position |
| Right-click at coordinates |
| Double-click at coordinates |
| Click and drag from one point to another |
| Scroll the mouse wheel |
| Type a string of text |
| Press a key combination (e.g. |
| Hold a key for a duration |
| Get current cursor position |
| List all running apps with visible windows |
| Get the currently focused app |
| Open an app by name or path |
| List connected displays |
| Read clipboard text |
| Write text to clipboard |
Installation
Prerequisites
Bun >= 1.3.11
Windows 10/11
Install via npm
npm install -g windows-computer-use-mcpInstall via npx (no install needed)
npx windows-computer-use-mcpBuild from source
git clone https://github.com/hiphopanda/windows-computer-use-mcp.git
cd windows-computer-use-mcp
bun install
bun run buildConfiguration
Add to your MCP client settings (e.g. Claude Desktop):
{
"mcpServers": {
"computer-use": {
"type": "stdio",
"command": "npx",
"args": ["windows-computer-use-mcp"]
}
}
}Or if installed globally:
{
"mcpServers": {
"computer-use": {
"type": "stdio",
"command": "windows-computer-use-mcp"
}
}
}Development
bun install # Install dependencies
bun run dev # Run in development mode
bun run build # Build to dist/
bun run start # Run built versionArchitecture
Runtime: Bun + TypeScript
Transport: stdio (MCP protocol)
Platform Layer: All desktop operations go through PowerShell scripts executed via
Bun.spawnLow-level Input: Uses Win32 P/Invoke (
user32.dll) loaded at runtime — no precompiled native modules needed
License
中文
一个基于 MCP(Model Context Protocol)协议的 Windows 桌面自动化服务器。通过 MCP 协议控制鼠标、键盘、截屏、剪贴板,以及管理应用程序。
注意:本服务器仅支持 Windows 系统。
功能特性
截屏 — 全屏或指定区域截图,返回 base64 PNG
鼠标控制 — 移动、单击、双击、右击、拖拽、滚轮滚动
键盘输入 — 输入文本、按键组合、长按按键
光标位置 — 获取当前光标坐标
剪贴板 — 读写剪贴板文本
应用管理 — 列出运行中的应用、获取前台应用、打开应用
显示器信息 — 列出已连接的显示器及分辨率
工具列表
工具 | 说明 |
| 截取当前屏幕 |
| 截取指定区域 |
| 移动鼠标到指定坐标 |
| 左键点击 |
| 右键点击 |
| 双击 |
| 左键拖拽 |
| 滚动鼠标滚轮 |
| 输入文本 |
| 按键组合(如 |
| 长按按键 |
| 获取光标当前位置 |
| 列出所有运行中的应用 |
| 获取当前前台应用 |
| 按名称或路径打开应用 |
| 列出已连接的显示器 |
| 读取剪贴板文本 |
| 写入文本到剪贴板 |
安装
环境要求
Bun >= 1.3.11
Windows 10/11
通过 npm 安装
npm install -g windows-computer-use-mcp通过 npx 运行(无需安装)
npx windows-computer-use-mcp从源码构建
git clone https://github.com/hiphopanda/windows-computer-use-mcp.git
cd windows-computer-use-mcp
bun install
bun run build配置
在 MCP 客户端配置中添加(如 Claude Desktop):
{
"mcpServers": {
"computer-use": {
"type": "stdio",
"command": "npx",
"args": ["windows-computer-use-mcp"]
}
}
}或全局安装后:
{
"mcpServers": {
"computer-use": {
"type": "stdio",
"command": "windows-computer-use-mcp"
}
}
}开发
bun install # 安装依赖
bun run dev # 开发模式运行
bun run build # 构建到 dist/
bun run start # 运行构建产物架构
运行时:Bun + TypeScript
传输层:stdio(MCP 协议)
平台层:所有桌面操作通过
Bun.spawn执行 PowerShell 脚本底层输入:通过 Win32 P/Invoke(
user32.dll)在运行时加载 — 无需预编译原生模块
许可证
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceMCP server that provides computer control capabilities including mouse movements, keyboard actions, screenshot capture with OCR, and window management through a unified API.158MIT
- AlicenseAqualityAmaintenanceWindows desktop automation MCP server — screenshot, mouse, keyboard & UI Automation. Lets LLM agents see and control your Windows desktop directly.3035413MIT
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive computer control capabilities including mouse and keyboard automation, screen capture, OCR text recognition, and window management through MCP protocol.1MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI clients to automate Windows desktop applications through window manipulation, image recognition, OCR, keyboard/mouse simulation, and memory operations via the MCP protocol.MIT
Related MCP Connectors
Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
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/hiphopanda/windows-computer-use-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server