Lists all applications installed in the /Applications folder
Launches a specified application by name
Opens a specified file with a designated application
Mac Apps Launcher provides a seamless interface for controlling macOS applications through Claude. This tool allows you to list all applications installed on your Mac, launch specific applications by name, and open files with designated applications, all through natural language commands. With this integration, you can enhance your productivity by quickly accessing your applications without leaving your conversation with Claude. The server acts as a bridge between Claude and your macOS system, enabling efficient application management through simple prompts.
Mac Apps Launcher allows Claude to interact with applications on your macOS system. This integration enables you to manage your applications through natural language commands, streamlining your workflow and enhancing productivity.
To install the Mac Apps Launcher, add the following configuration to your Claude Config JSON file:
{
"mcpServers": {
"simulator": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/mac-apps-launcher-mcp-server"
]
}
}
}
This configuration tells Claude to use the Mac Apps Launcher MCP server when needed.
Once installed, you can use natural language to ask Claude to:
List applications: Ask Claude to show you all applications installed in your /Applications
folder.
Example: "What applications do I have installed on my Mac?"
Launch applications: Request Claude to open a specific application by name.
Example: "Can you open Safari for me?"
Open files with specific applications: Ask Claude to open a file using a particular application.
Example: "Open my resume.pdf with Preview"
The Mac Apps Launcher handles these requests by communicating with your macOS system to perform the requested actions.
When using this tool for the first time, you may need to grant permissions for Claude to control your applications. Follow any system prompts that appear to allow proper functionality.