mcp-server-macos-use

AI agent that controls computer with OS-level tools, MCP compatible, works with any model

GitHub Stars

101

User Rating

Not Rated

Favorites

0

Views

21

Forks

13

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Swift: 5.0 or higher
Xcode: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/mediar-ai/mcp-server-macos-use.git
cd mcp-server-macos-use

2. Install Dependencies

bash

Resolve dependencies using Swift Package Manager

swift package resolve

3. Build the Server

bash
swift build

4. Start the Server

bash
swift run

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check the Swift version and ensure dependencies are resolved correctly. Issue: Application cannot be controlled properly Solution: Check accessibility settings and ensure necessary permissions are granted.

Additional Resources