https://github.com/mukul975/mcp-windows-automation
๐ AI-Powered Windows Automation Server using Model Context Protocol (MCP) | Control Windows apps, automate tasks, and manage systems through natural language commands with Claude, ChatGPT & other AI assistants | 80+ automation tools
https://github.com/mukul975/mcp-windows-automation
ai-assistant ai-automation ai-tools anthropic-claude artificial-intelligence automation-framework chatgpt-integration claude-desktop computer-vision mcp model-context-protocol python-automation screen-automation selenium-webdriver spotify-automation system-automation web-automation windows-automation windows-control windows-scripting
Last synced: 3 months ago
JSON representation
๐ AI-Powered Windows Automation Server using Model Context Protocol (MCP) | Control Windows apps, automate tasks, and manage systems through natural language commands with Claude, ChatGPT & other AI assistants | 80+ automation tools
- Host: GitHub
- URL: https://github.com/mukul975/mcp-windows-automation
- Owner: mukul975
- License: mit
- Created: 2025-07-15T18:16:18.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-15T18:38:44.000Z (12 months ago)
- Last Synced: 2025-07-16T15:56:39.983Z (12 months ago)
- Topics: ai-assistant, ai-automation, ai-tools, anthropic-claude, artificial-intelligence, automation-framework, chatgpt-integration, claude-desktop, computer-vision, mcp, model-context-protocol, python-automation, screen-automation, selenium-webdriver, spotify-automation, system-automation, web-automation, windows-automation, windows-control, windows-scripting
- Language: Python
- Size: 74.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ MCP Windows Server - AI-Powered Windows Automation
[](https://opensource.org/licenses/MIT)
[](https://www.python.org/downloads/)
[](https://www.microsoft.com/windows)
[](https://badge.fury.io/py/mcp-windows-server)
[](https://github.com/Mahipal/mcp-windows-server)
> **Transform your Windows PC into an intelligent automation hub controlled by AI assistants like Claude, ChatGPT, and more.**
## ๐ Overview
**MCP Windows Server** is an AI-native automation framework that enables AI assistants to control Windows systems through natural language commands. Built on the **Model Context Protocol (MCP)**, it provides secure, comprehensive system-level automation capabilities.
### ๐ค 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 system services. Our server implements this protocol for Windows, making AI assistants powerful desktop automation agents.
- ๐ **Secure System Access** - Controlled command execution with safety filters
- ๐ง **AI Agent Compatible** - Works with Claude, ChatGPT, and other AI assistants
- ๐ **Real-Time Communication** - Instant bidirectional AI โ๏ธ System interaction
- ๐ง **Plugin Architecture** - Extensible framework for custom automation
## ๐ Quick Start
### Installation
```bash
# Install from PyPI
pip install mcp-windows-server
# Or install from source
git clone https://github.com/mukul975/mcp-windows-automation.git
cd mcp-windows-server
pip install -r requirements.txt
```
### Usage
```bash
# Start the MCP server
mcp-windows-server
# Or use the unified server directly
unified-server
```
### Claude Desktop Integration
1. Install the package: `pip install mcp-windows-server`
2. Configure Claude Desktop:
```json
{
"mcpServers": {
"mcp-windows-server": {
"command": "mcp-windows-server",
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}
```
3. Restart Claude Desktop and start automating!
## ๐ Key Features
- โ
**200+ Automation Tools** - Comprehensive Windows control
- ๐ง **AI-Context Aware** - Understands natural language commands
- ๐ **Bidirectional Communication** - Real-time AI โ๏ธ System interaction
- โ๏ธ **Safe Execution** - Built-in command filtering and validation
- ๐งฑ **Modular Design** - Plugin-based architecture
- ๐งช **ML Integration** - Machine learning for predictive automation
## ๐งญ Automation Categories
| Category | Description | Examples |
|----------|-------------|----------|
| ๐ฅ๏ธ **System Control** | Process, registry, services management | Kill processes, manage services, registry edits |
| ๐ **File Operations** | File system automation | Copy, move, search, backup files |
| ๐ **Web Automation** | Browser control and web scraping | Form filling, data extraction, navigation |
| ๐ผ๏ธ **Image Processing** | Screenshot and image manipulation | OCR, image editing, screen capture |
| ๐ **Data Analysis** | ML training and data processing | Model training, data visualization |
| ๐ข **Office Integration** | Microsoft Office automation | Excel reports, Word documents, PowerPoint |
| ๐ **Security** | System security and monitoring | Firewall rules, security scans, monitoring |
| ๐ **Network** | Network configuration and monitoring | WiFi management, network diagnostics |
## ๐ ๏ธ Example Commands
Once integrated with Claude Desktop, you can use natural language:
```
"Take a screenshot and save it as desktop.png"
"Get my system information"
"List all running processes"
"Create a backup of my Documents folder"
"Check my network connection status"
"Open Calculator application"
```
## ๐ Project Structure
```
mcp-windows-server/
โโโ mcp_windows_automation/ # Main package
โ โโโ __init__.py
โโโ unified_server.py # Core MCP server
โโโ office_mcp_server.py # Office integration
โโโ config/ # Configuration templates
โโโ docs/ # Documentation
โโโ examples/ # Usage examples
โโโ requirements.txt # Dependencies
โโโ README.md # This file
```
## ๐ง Configuration
### Environment Variables
```bash
# Optional MySQL database integration
MYSQL_USER=your_username
MYSQL_PASSWORD=your_password
MYSQL_DATABASE=your_database
MYSQL_HOST=localhost
MYSQL_PORT=3306
# Python configuration
PYTHONPATH=/path/to/mcp-windows-server
PYTHONUNBUFFERED=1
```
### Advanced Configuration
For advanced setups, copy the configuration template:
```bash
cp config/claude_desktop_config.template.json config/claude_desktop_config.json
# Edit with your specific paths and credentials
```
## ๐งช Development
### Running from Source
```bash
git clone https://github.com/Mahipal/mcp-windows-server.git
cd mcp-windows-server
pip install -r requirements.txt
python unified_server.py
```
### Building Package
```bash
python -m build
pip install dist/mcp_windows_server-*.whl
```
## ๐ Security
- **Command Filtering**: Dangerous commands are blocked by default
- **Safe Execution**: All operations run in controlled environment
- **No Credential Storage**: Sensitive data excluded from package
- **Template-Based Config**: Only safe configuration templates included
## ๐ค Contributing
1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request
## ๐ License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## ๐ฌ Contact
- **Author**: Mahipal
- **Email**: mukuljangra5@gmail.com
- **GitHub**: [Mahipal](https://github.com/Mahipal)
- **PyPI**: [mcp-windows-server](https://pypi.org/project/mcp-windows-server/)
## ๐ Acknowledgments
- [Anthropic](https://www.anthropic.com/) for the Model Context Protocol
- [Claude](https://claude.ai/) for AI assistant integration
- The open-source community for inspiration and contributions
---
> **"Automate Everything. With AI."** ๐ง ๐ป
*Made with โค๏ธ for the AI automation community*