
Windows-MCP
A lightweight server that enables AI agents to interact with the Windows operating system, allowing for file navigation, application control, UI interaction, and QA testing through various tools.
README
<div align="center">
<h1>🪟 Windows-MCP</h1>
<a href="https://github.com/Computer-Agent/Windows-MCP/blob/main/LICENSE"> <img src="https://img.shields.io/badge/license-MIT-green" alt="License"> </a> <img src="https://img.shields.io/badge/python-3.12%2B-blue" alt="Python"> <img src="https://img.shields.io/badge/platform-Windows%2010%20%7C%2011-blue" alt="Platform"> <img src="https://img.shields.io/github/last-commit/Computer-Agent/Windows-MCP" alt="Last Commit">
<br>
<a href="https://x.com/computeraiagent"> <img src="https://img.shields.io/badge/follow-%40computeraiagent-1DA1F2?logo=twitter&style=flat" alt="Follow on Twitter"> </a> <a href="https://discord.com/invite/Aue9Yj2VzS"> <img src="https://img.shields.io/badge/Join%20on-Discord-5865F2?logo=discord&logoColor=white&style=flat" alt="Join us on Discord"> </a>
</div>
<br>
Windows MCP is a lightweight, open-source project that enables seamless integration between AI agents and the Windows operating system. Acting as an MCP server bridges the gap between LLMs and the Windows operating system, allowing agents to perform tasks such as file navigation, application control, UI interaction, QA testing, and more.
https://github.com/user-attachments/assets/7149561b-3018-49ca-be82-035b3f054c07
✨ Key Features
-
Seamless Windows Integration
Interacts natively with Windows UI elements, opens apps, controls windows, simulates user input, and more. -
Use Any LLM (Vision Optional) Unlike many automation tools, Windows MCP doesn't rely on any traditional computer vision techniques or specific fine-tuned models; it works with any LLMs, reducing complexity and setup time.
-
Rich Toolset for UI Automation
Includes tools for basic keyboard, mouse operation and capturing window/UI state. -
Lightweight & Open-Source
Minimal dependencies and easy setup with full source code available under MIT license. -
Customizable & Extendable
Easily adapt or extend tools to suit your unique automation or AI integration needs. -
Real-Time Interaction
Typical latency between actions (e.g., from one mouse click to the next) ranges from 4 to 8 secs, and may slightly vary based on the number of active applications and system load.
Supported Operating Systems
- Windows 10
- Windows 11
Installation
Prerequisites
- Python 3.12+
- Anthropic Claude Desktop app or other MCP Clients
- UV (Python package manager), install with
pip install uv
🏁 Getting Started
- Clone the repository.
git clone https://github.com/Computer-Agent/Windows-MCP.git
cd Windows-MCP
- Install dependencies:
uv pip install -r pyproject.toml
- Connect to the MCP server
Copy the below JSON with the appropriate {{PATH}} values:
{
"mcpServers": {
"windows-mcp": {
"command": "{{PATH_TO_UV}}",
"args": [
"--directory",
"{{PATH_TO_SRC}}/Windows-MCP",
"run",
"server.py"
]
}
}
}
For Claude, save this as claude_desktop_config.json in your Claude Desktop configuration directory at:
%APPDATA%/Claude/claude_desktop_config.json
- Restart Claude Desktop
Open Claude Desktop, and you should now see Windows-MCP as an available integration.
For additional Claude Desktop integration troubleshooting, see the MCP documentation. The documentation includes helpful tips for checking logs and resolving common issues.
🛠️MCP Tools
Claude can access the following tools to interact with Windows:
Click-Tool
: Click on the screen at the given coordinates.Type-Tool
: Type text on an element (optionally clears existing text).Clipboard-Tool
: Copy or paste using the system clipboard.Scroll-Tool
: Scroll up/down.Drag-Tool
: Drag from one point to another.Move-Tool
: Move mouse pointer.Shortcut-Tool
: Press keyboard shortcuts (Ctrl+c
,Alt+Tab
, etc).Key-Tool
: Press a single key.Wait-Tool
: Pause for a defined duration.State-Tool
: Combined snapshot of active apps and interactive UI elements.Screenshot-Tool
: Capture a screenshot of the desktop.Launch-Tool
: To launch an application from the start menu.Shell-Tool
: To execute PowerShell commands.
⚠️Caution
This MCP interacts directly with your Windows operating system to perform actions. Use with caution and avoid deploying it in environments where such risks cannot be tolerated.
🪪License
This project is licensed under the MIT License - see the LICENSE file for details.
🤝Contributing
Contributions are welcome! Please see CONTRIBUTING for setup instructions and development guidelines.
Made with ❤️ by Jeomon George
推荐服务器

Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。