About
Windows-MCP is a Windows automation and integration server that enables AI agents to control the Windows operating system directly. It bridges LLMs with the Windows desktop, allowing agents to navigate files, launch applications, interact with UI elements, and perform automated testing without relying on computer vision models. It supports both local Windows installations and virtual machine environments across Windows versions 7 through 11. Key features of Windows-MCP: - Native Windows UI manipulation including app launching, window management, keyboard/mouse simulation, and UI state capture - Universal LLM compatibility that works with any model without requiring vision capabilities or specialized CV training - Lightweight architecture with minimal dependencies and fast real-time responses - Versatile automation toolkit supporting file navigation, application control, and comprehensive QA testing workflows - Fully extensible design for custom automation scripts and specialized integration needs - Support for Windows 7, 8, 8.1, 10, and 11 (including VM deployments)
README
[](https://mseep.ai/app/cursortouch-windows-mcp)
🪟 Windows-MCP
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.
mcp-name: io.github.CursorTouch/Windows-MCP
Updates
2M+ Users in Claude Desktop Extensiosn. uvx windows-mcp)Supported Operating Systems
🎥 Demos
✨ Key Features
use_dom=True mode for State-Tool that focuses exclusively on web page content, filtering out browser UI elements for cleaner, more efficient web automation.🛠️Installation
Note: When you install this MCP server for the first time it may take a minute or two because of installing the dependencies in pyproject.toml. In the first run the server may timeout ignore it and restart it.
Prerequisites
pip install uv or curl -LsSf https://astral.sh/uv/install.sh | shEnglish as the default language in Windows preferred else disable the App-Tool in the MCP Server for Windows with other languages.Install in Claude Desktop
1. Install Claude Desktop and
npm install -g @anthropic-ai/mcpb
2. Configure the extension:
Option A: Install from PyPI (Recommended)
Use uvx to run the latest version directly from PyPI.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"windows-mcp": {
"command": "uvx",
"args": [
"windows-mcp"
]
}
}
}
Option B: Install from Source
1. Clone the repository:
git clone https://github.com/CursorTouch/Windows-MCP.git
cd Windows-MCP
2. Add this to your claude_desktop_config.json:
{
"mcpServers": {
"windows-mcp": {
"command": "uv",
"args": [
"--directory",
"",
"run",
"windows-mcp"
]
}
}
}
3. Open Claude Desktop and enjoy! 🥳
5. Enjoy 🥳.
**Claude Deskt
Related MCP Servers
AI Research Assistant
hamid-vakilzadeh
AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar
Linkup
LinkupPlatform
Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages
context7
huynguyen03dev