Back to MCP Servers
Swift Mcp Gui.git
MCP server that can execute commands such as keyboard input and mouse movement
other-tools-and-integrationsswift
By NakaokaRei
Installation
npx -y swift-mcp-gui.gitConfiguration
{
"mcpServers": {
"swift-mcp-gui.git": {
"command": "npx",
"args": ["-y", "swift-mcp-gui.git"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes