NakaokaRei/swift-mcp-gui
MCP server that can execute commands such as keyboard input and mouse movement
Quick Start
Clone the repository:
git clone https://github.com/NakaokaRei/swift-mcp-gui.gitClaude Desktop configuration example:
{
"mcpServers": {
"swift-mcp-guigit": {
"command": "npx",
"args": [
"-y",
"NakaokaRei/swift-mcp-gui"
]
}
}
}Check the repository README for specific installation and configuration instructions.