mcp-windows-desktop-automation

A Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.

GitHub Stars

91

User Rating

Not Rated

Favorites

0

Views

28

Forks

21

Issues

5

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/mario-andreschak/mcp-windows-desktop-automation.git
cd mcp-windows-desktop-automation

2. Install Dependencies

bash
npm install

3. Build the Project

bash
npm run build

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.

Additional Resources