AI-powered Windows automation framework using Model Context Protocol (MCP)
Project description
๐ MCP Windows Automation Server - AI-Powered Windows Control Suite
Transform your Windows PC into an intelligent automation hub controlled by AI assistants.
๐ Overview
MCP Windows Automation Server is an AI-native automation framework that allows AI assistants like ChatGPT, Claude, LocalAI, and others to automate over 200 Windows tasks through natural language commands. It uses Model Context Protocol (MCP) to provide deep system-level control securely.
๐ค What is Model Context Protocol (MCP)?
MCP is an open protocol by Anthropic that allows AI models to interact safely with local tools, APIs, and OS services. The MCP Server implements this for Windows, making AI assistants powerful desktop controllers.
- ๐ Secure OS Command Access
- ๐ง AI Agent Compatibility
- ๐ Real-Time Communication
- ๐ง Plugin-Ready Framework
๐ Key Features
- โ 209+ Tools for Automation
- ๐ง AI-Context Awareness
- ๐ Bi-directional AI โ๏ธ System
- โ๏ธ Sandbox Execution Mode
- ๐งฑ Modular Plugin Design
- ๐งช ML Engine for Prediction
๐งญ Tool Categories
- ๐ฅ๏ธ System Control: Processes, registry, services
- ๐งฐ UI Automation: Mouse/keyboard emulation, OCR
- ๐ต Media: Spotify, YouTube, VLC automation
- ๐ Web Automation: Chrome DevTools, form automation
- ๐ File System: Sync, backups, file watchers
- ๐ Office: Excel, Word, PowerPoint, Outlook
- ๐ผ๏ธ Vision: OCR, screenshot utilities
- ๐ Networking: WiFi, DNS, firewall, hotspot tools
๐ง AI/ML Prediction Engine
The ML engine observes system usage and user behavior, training predictive models for:
- ๐ฎ Action Prediction
- ๐ Resource Forecasting
- ๐ฏ Workflow Optimization
- ๐ ๏ธ Performance Tuning
โก Use Cases
- ๐ Automate business reports, emails, monitoring
- ๐ง Create playlists, record media actions
- ๐ป Developer setup automation
- ๐ง Admin tasks like SFC, event logs, service checks
๐ Installation
git clone https://github.com/mukul975/mcp-windows-automation.git
cd mcp-windows-automation
pip install -r requirements.txt
โถ๏ธ Start Server
python src/unified_server.py
๐ Web Automation
- Download ChromeDriver
- Add to PATH or project root
๐ง ML Monitoring
python -c "from src.unified_server import start_ml_monitoring; start_ml_monitoring()"
๐งช Sample Tool Calls
{ "tool": "spotify_play_favorite_song" }
{ "tool": "take_screenshot", "parameters": { "filename": "screen.png" } }
๐ Project Structure
โโโ src/
โ โโโ unified_server.py
โ โโโ advanced_automation_server.py
โ โโโ mcp_gui.py
โโโ config/
โโโ docs/
โโโ examples/
โโโ tests/
โโโ README.md
๐งช Testing
python -m pytest tests/
๐ค Contributing
- Fork and clone
- Create feature branch
- Add tests
- Run tests
- Submit PR
๐ License
MIT License โ See LICENSE file
๐ฌ Contact
Email: mukuljangra5@gmail.com
GitHub: mukul975
โAutomate Everything. With AI.โ ๐ง ๐ป
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_windows_server-1.0.0.tar.gz.
File metadata
- Download URL: mcp_windows_server-1.0.0.tar.gz
- Upload date:
- Size: 141.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f80b8452b29cb19409095e780c4e9b5119388fffefd2ce2b13a545941d0c1c87
|
|
| MD5 |
3fe7b856197357d25bb60572ffa239c8
|
|
| BLAKE2b-256 |
d3f16ceb339c373c55d4f62d0f48ee8d306a7af0f110a55e1ba771f91ee83682
|
File details
Details for the file mcp_windows_server-1.0.0-py3-none-any.whl.
File metadata
- Download URL: mcp_windows_server-1.0.0-py3-none-any.whl
- Upload date:
- Size: 116.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cd5f989e741a519e34f92a353c96609c6f9ee4878e5f9679b769e1c68a5dec5
|
|
| MD5 |
e0d23c972fd41b007147d311e8991a43
|
|
| BLAKE2b-256 |
bb5e0925e290b78d6b2e376efc550883f5a25a43d2879faaa09b86c5e245a45f
|