A Model Context Protocol (MCP) server for launching and managing macOS applications. - List all applications installed in the /Applications folder - Launch applications by name - Open files with specific applications Add the following to your Claude Config JSON file
Add this skill
npx mdskills install JoshuaRileyDev/mac-apps-launcherProvides useful macOS app management but lacks tool descriptions and security details
1# Mac Apps Launcher MCP Server23A Model Context Protocol (MCP) server for launching and managing macOS applications.45## Features67- List all applications installed in the `/Applications` folder8- Launch applications by name9- Open files with specific applications1011## Installation12Add the following to your Claude Config JSON file13```14{15 "mcpServers": {16 "simulator": {17 "command": "npx",18 "args": [19 "y",20 "@joshuarileydev/mac-apps-launcher-mcp-server"21 ]22 }23 }24}25```
Full transparency — inspect the skill content before installing.