Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🛠️ Other Tools and Integrations
  3. Swift MCP Gui
Swift MCP Gui logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:34:01 PM

Swift MCP Gui

User RatingsBe the first to rate and review this MCP server!
View Repository61 GitHub StarsTotal stargazers on GitHub for the source repository (61 stars).
macosautomationinput-controlscreenshotsapplescript

MCP server for macOS enabling mouse, keyboard, screen capture, and AppleScript control via SwiftAutoGUI.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for NakaokaRei/swift-mcp-gui, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Tool Schemas (14) Directory Badge Claim listing Alternatives🛠️ More in Other Tools and Integrations

Overview

This MCP server allows programmatic control of macOS input devices and screen through SwiftAutoGUI. It supports mouse movement and clicks, keyboard input, scrolling, screen capturing, pixel color reading, and AppleScript execution. Use it when you need to automate or remotely control macOS GUI interactions from an MCP client. It requires macOS 15+, Swift 6+, and accessibility permissions.

Use cases

•Move mouse cursor to specific screen coordinates
•Send keyboard shortcuts or key presses
•Capture full screen or region screenshots
•Execute AppleScript code or scripts
•Read pixel color at given screen coordinates

Key features

•Mouse movement and left/right clicks
•Keyboard input with key combinations
•Scrolling in four directions
•Screen capture with adjustable quality and scale
•Execute AppleScript code or files
•Get main screen size and pixel color

Capabilities & Tool Schemas (14) ~181 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Swift MCP Gui.

x

number (x-coordinate) - accepts integers, doubles, or string representations

y

number (y-coordinate) - accepts integers, doubles, or string representations

button

string ("left" or "right")

keys

array of strings (key names)

direction

string ("up", "down", "left", "right")

clicks

number (number of scroll clicks)

Documentation Overview

Swift MCP GUI Server

A Model Context Protocol (MCP) server that allows controlling macOS through SwiftAutoGUI. This server provides tools for programmatically controlling the mouse and keyboard through MCP clients.

Requirements

  • macOS 15.0 or later
  • Swift 6.0 or later
  • Xcode 16.0 or later

Installation

Homebrew (recommended)

Install via the NakaokaRei/tap:

bash
brew install NakaokaRei/tap/swift-mcp-gui

Then point your MCP client at the installed binary:

config.json
{
  "mcpServers": {
    "swift-mcp-gui": {
      "command": "/opt/homebrew/bin/swift-mcp-gui"
    }
  }
}

On Intel Macs the path is /usr/local/bin/swift-mcp-gui. To upgrade later, run brew upgrade swift-mcp-gui.

From source

  1. Clone this repository:
bash
git clone https://github.com/NakaokaRei/swift-mcp-gui.git
cd swift-mcp-gui
  1. Install
bash
swift package experimental-install
  1. Add command to your MCP client.
config.json
{
  "mcpServers" : {
    "swift-mcp-gui" : {
      "command" : "/Users/USERNAME/.swiftpm/bin/swift-mcp-gui"
    }
  }
}

Available Tools

The server provides the following tools for controlling macOS:

1. Mouse Movement

  • Tool name: moveMouse
  • Input:
    • x: number (x-coordinate) - accepts integers, doubles, or string representations
    • y: number (y-coordinate) - accepts integers, doubles, or string representations
  • Moves the mouse cursor to the specified coordinates

2. Mouse Clicks

  • Tool name: mouseClick
  • Input:
    • button: string ("left" or "right")
  • Performs a mouse click at the current cursor position

3. Keyboard Input

  • Tool name: sendKeys
  • Input:
    • keys: array of strings (key names)
  • Sends keyboard shortcuts or key combinations
  • Example keys: "command", "control", "option", "shift", "return", "space", "a", "1", etc.

4. Scrolling

  • Tool name: scroll
  • Input:
    • direction: string ("up", "down", "left", "right")
    • clicks: number (number of scroll clicks)
  • Performs scrolling in the specified direction

5. Screen Size

  • Tool name: getScreenSize
  • Returns the main screen dimensions (width and height)

6. Pixel Color

  • Tool name: getPixelColor
  • Input:
    • x: number (x-coordinate) - accepts integers, doubles, or string representations
    • y: number (y-coordinate) - accepts integers, doubles, or string representations
  • Returns the RGBA color values (0-255) of the pixel at the specified coordinates

7. Capture Screen

  • Tool name: captureScreen
  • Input:
    • quality: number (optional, 0.0-1.0, default: 0.5) - JPEG compression quality
    • scale: number (optional, 0.1-1.0, default: 0.25) - Scale factor for image size
    • output: string (optional, "path" or "image", default: "path") - Output format
  • output: "path" (default): Saves to a temporary file and returns the file path with dimensions. Reduces token consumption.
  • output: "image": Returns inline image content for AI vision (e.g. Claude)

8. Capture Region

  • Tool name: captureRegion
  • Input:
    • x: number (x-coordinate of the region)
    • y: number (y-coordinate of the region)
    • width: number (width of the region)
    • height: number (height of the region)
    • quality: number (optional, 0.0-1.0, default: 0.5) - JPEG compression quality
    • scale: number (optional, 0.1-1.0, default: 0.25) - Scale factor for image size
    • output: string (optional, "path" or "image", default: "path") - Output format
  • output: "path" (default): Saves to a temporary file and returns the file path with dimensions. Reduces token consumption.
  • output: "image": Returns inline image content for AI vision (e.g. Claude)

9. Save Screenshot

  • Tool name: saveScreenshot
  • Input:
    • filename: string (path to save the screenshot)
    • x: number (optional, x-coordinate of the region)
    • y: number (optional, y-coordinate of the region)
    • width: number (optional, width of the region)
    • height: number (optional, height of the region)
    • quality: number (optional, 0.0-1.0, default: 0.1) - JPEG compression quality
    • scale: number (optional, 0.1-1.0, default: 0.25) - Scale factor for image size
  • Captures the screen or a region and saves it to a file
  • File format is determined by the filename extension (.jpg, .jpeg, .png)
  • Quality parameter only affects JPEG files

10. Execute AppleScript

  • Tool name: executeAppleScript
  • Input:
    • script: string (AppleScript code to execute)
  • Executes AppleScript code directly and returns the result
  • Returns "AppleScript Result: " if the script returns a value
  • Returns "AppleScript executed successfully (no result returned)" if the script completes without returning a value

11. Execute AppleScript File

  • Tool name: executeAppleScriptFile
  • Input:
    • path: string (path to the AppleScript file)
  • Executes an AppleScript from a file and returns the result
  • Returns "AppleScript Result: " if the script returns a value
  • Returns "AppleScript file executed successfully (no result returned): " if the script completes without returning a value

Security Considerations

This server requires full accessibility permissions in System Preferences to control your mouse and keyboard. Be careful when running it and only connect trusted MCP clients.

License

MIT License

Read the full README →View source on GitHub →

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • MCP Apple Notes logoMCP Apple Notes

    Powerful tools for automating Apple Notes using Model Context Protocol (MCP). Full CRUD support with HTML content, folder management, and search capabilities.

    🛠️ Other Tools and Integrations1 views
    Compare vs MCP Apple Notes →
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    🛠️ Other Tools and Integrations4 views
    Compare vs Git →
  • Filesystem logoFilesystem
    Verified

    Secure file operations with configurable access controls.

    🛠️ Other Tools and Integrations2 views
    Compare vs Filesystem →
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    🛠️ Other Tools and Integrations3 views
    Compare vs Time →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
61
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
14
Callable tools this server registers over MCP.
Directory activity
2 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Swift MCP Gui

macOS 15.0 or later is required to run this server.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSwift MCP Gui AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nakaokarei-swift-mcp-gui?style=directory)](https://allmcps.com/mcp/nakaokarei-swift-mcp-gui)
HTML Embed
<a href="https://allmcps.com/mcp/nakaokarei-swift-mcp-gui"><img src="https://allmcps.com/api/badge/nakaokarei-swift-mcp-gui?style=directory" alt="Swift MCP Gui on AllMCPs" /></a>

Technical Specs & Signals

Category🛠️Other Tools and Integrations
PricingFree
More technical detailsExpand ▾
AuthNo auth required
LicenseMIT
Last updatedAug 9, 2026
Views2
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars61
GitHub Star CountTotal stargazers on GitHub representing community popularity (61 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 9, 2026
49Quality signal: Fair · 49/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools21/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🛠️ Other Tools and Integrations →Alternatives to Swift MCP Gui →Install in Claude DesktopInstall in CursorInstall in VS Code