Referenced as a community platform where users can join to discuss or get support for the Windows-MCP project.
The project is hosted on GitHub with links to the repository and references to GitHub-based contribution processes.
The MCP server requires Python 3.12+ and provides Python-based tools for Windows automation and integration.
Provides a Shell-Tool that executes PowerShell commands, allowing the AI to interact with the Windows command line interface.
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/d0e7ed1d-6189-4de6-838a-5ef8e1cad54e
✨ 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.
- Install dependencies:
- Connect to the MCP server
Copy the below JSON with the appropriate {{PATH}} values:
For Claude, save this as claude_desktop_config.json in your Claude Desktop configuration directory at:
- 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.Scrape-Tool
: To scrape the entire webpage for information.
⚠️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
Citation
This server cannot be installed
A lightweight open-source server that enables AI agents to interact with the Windows operating system, allowing for file navigation, application control, UI interaction, and QA testing without requiring computer vision.
Related MCP Servers
- AsecurityFlicenseAqualityEnables AI agents to interact with web browsers using natural language, featuring automated browsing, form filling, vision-based element detection, and structured JSON responses for systematic browser control.Last updated -146Python
- -securityAlicense-qualityA server that enables AI assistants to understand and interact with Unity projects in real-time, providing access to scene hierarchy, project settings, and the ability to execute code directly in the Unity Editor.Last updated -40MIT License
- -securityAlicense-qualityAn MCP server that bridges AI agents with GUI automation capabilities, allowing them to control mouse, keyboard, windows, and take screenshots to interact with desktop applications.Last updated -PythonMIT License
- -securityAlicense-qualityAn open-source self-hosted browser agent that provides a dockerized browser environment for AI automation, allowing other AI apps and agents to perform human-like web browsing tasks through natural language instructions.Last updated -6661TypeScriptApache 2.0