Acme

Built with
Ever Works
Ever Works

Connect with us

Stay Updated

Get the latest updates and exclusive content delivered to your inbox.

Product

  • Categories
  • Tags
  • Pricing
  • Help

Clients

  • Sign In
  • Register
  • Forgot password?

Company

  • About Us
  • Admin
  • Sitemap

Resources

  • Blog
  • Submit
  • API Documentation
All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
Copyright © 2025 Acme. All rights reserved.·Terms of Service·Privacy Policy·Cookies
  1. Home
  2. Code Execution & Automation Mcp Servers
  3. swift-mcp-gui

swift-mcp-gui

An MCP server that executes commands like keyboard input and mouse movement, facilitating desktop automation via MCP.

🌐Visit Website

About this tool

swift-mcp-gui

Category: Code Execution Automation MCP Servers
Tags: automation, desktop, mcp, open-source, gui

Description

swift-mcp-gui is an open-source MCP server designed for macOS, providing programmatic control of mouse and keyboard actions. It enables desktop automation by accepting commands from MCP clients and executing them to automate desktop tasks such as moving the mouse, clicking, sending keyboard input, and scrolling.

  • Source: https://github.com/NakaokaRei/swift-mcp-gui.git
  • License: MIT

Features

  • Mouse Movement: Move the mouse cursor to specified screen coordinates (moveMouse).
    • Input: x (double), y (double)
  • Mouse Clicks: Perform mouse clicks at the current cursor position (mouseClick).
    • Input: button (string: "left" or "right")
  • Keyboard Input: Send keyboard shortcuts or key combinations (sendKeys).
    • Input: keys (array of strings, e.g., "command", "shift", "a", etc.)
  • Scrolling: Scroll in a specified direction by a given number of clicks (scroll).
    • Input: direction (string: "up", "down", "left", "right"), clicks (integer)
  • macOS Support: Requires macOS 15.0 or later, Swift 6.0+, and Xcode 16.0+.
  • Integration: Can be integrated into MCP client configurations for desktop automation.

Installation

  • Clone the repository: git clone https://github.com/NakaokaRei/swift-mcp-gui.git
  • Install with Swift Package Manager: swift package experimental-install
  • Configure in MCP client as per documentation.

Security Considerations

  • The server has full control over mouse and keyboard. Only connect trusted MCP clients.

Pricing

  • Free and open-source (MIT License)
Surveys

Loading more......

Information

Websitegithub.com
PublishedMay 14, 2025

Categories

1 Item
Code Execution & Automation Mcp Servers

Tags

5 Items
#automation
#desktop
#mcp
#open-source
#gui

Similar Products

6 result(s)
computer-control-mcp

An MCP server that enables desktop automation, including mouse control, keyboard input, screenshots, OCR, and window management, allowing LLMs to interact with graphical user interfaces.

omniparser-autogui-mcp

An MCP server for automatic on-screen GUI operations, enabling AI models to control GUI elements via MCP.

Browser MCP

MCP servers for automating and controlling the user's browser using existing browser profiles, ideal for tasks requiring logged-in sessions and avoiding bot detection. Includes implementations by browsermcp and modelcontext.

Desktop Commander MCP

A feature-rich MCP Server that can manage and execute programs, as well as read, write, search, and edit code and text files across desktop platforms. Includes implementation by wonderwhy-er.

g0t4/mcp-server-commands

A general-purpose MCP Server that can execute any command with run_command and run_script tools, demonstrating the flexible server capabilities under the MCP standard.

wcgw

A Mac-specific MCP server for autonomous shell execution, computer control, and coding agent tasks.