Transform your Windows PC into an intelligent automation hub controlled by AI assistants.
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.
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
- โ 209+ Tools for Automation
- ๐ง AI-Context Awareness
- ๐ Bi-directional AI
โ๏ธ System - โ๏ธ Sandbox Execution Mode
- ๐งฑ Modular Plugin Design
- ๐งช ML Engine for Prediction
- ๐ฅ๏ธ 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
The ML engine observes system usage and user behavior, training predictive models for:
- ๐ฎ Action Prediction
- ๐ Resource Forecasting
- ๐ฏ Workflow Optimization
- ๐ ๏ธ Performance Tuning
- ๐ Automate business reports, emails, monitoring
- ๐ง Create playlists, record media actions
- ๐ป Developer setup automation
- ๐ง Admin tasks like SFC, event logs, service checks
git clone https://github.com/mukul975/mcp-windows-automation.git
cd mcp-windows-automation
pip install -r requirements.txt
python src/unified_server.py
- Download ChromeDriver
- Add to PATH or project root
python -c "from src.unified_server import start_ml_monitoring; start_ml_monitoring()"
{ "tool": "spotify_play_favorite_song" }
{ "tool": "take_screenshot", "parameters": { "filename": "screen.png" } }
โโโ src/
โ โโโ unified_server.py
โ โโโ advanced_automation_server.py
โ โโโ mcp_gui.py
โโโ config/
โโโ docs/
โโโ examples/
โโโ tests/
โโโ README.md
python -m pytest tests/
- Fork and clone
- Create feature branch
- Add tests
- Run tests
- Submit PR
MIT License โ See LICENSE
file
Email: [email protected]
GitHub: mukul975
โAutomate Everything. With AI.โ ๐ง ๐ป