swift-mcp-gui
MCP server that can execute commands such as keyboard input and mouse movement on macOS
GitHub Stars
41
User Rating
Not Rated
Favorites
0
Views
34
Forks
2
Issues
8
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
1Clone this repository:
bash
git clone https://github.com/NakaokaRei/swift-mcp-gui.git
cd swift-mcp-gui
2Install
bash
swift package experimental-install
3Add command to your MCP client.
json
{
"mcpServers" : {
"swift-mcp-gui" : {
"command" : "/Users/USERNAME/.swiftpm/bin/swift-mcp-gui"
}
}
}
Additional Resources
Author Information
66
Followers
79
Repositories
0
Gists
0
Total Contributions
Related MCPs
claude-command-runner
6
Claude Command Runner is a powerful MCP server that bridges Claude Desktop and terminal applications, enabling seamless command execution and intelligent output retrieval. Version 3.0 introduces SQLite command history integration and customizable security settings, revolutionizing the development workflow.