Course
Give your AI a permanent memory of your business. A course for people who use ChatGPT or Claude daily.Compound Context
localJavaScript

About mac-apps-launcher

This tool gives your chat assistant direct control over your computer. It reads your applications folder, launches programs by their exact name, and opens your documents in the right software. You just add a quick setup line to your settings and start working.

README

Mac Apps Launcher MCP Server

A Model Context Protocol (MCP) server for launching and managing macOS applications.

Features

  • List all applications installed in the /Applications folder
  • Launch applications by name
  • Open files with specific applications

Installation

Add the following to your Claude Config JSON file

{
  "mcpServers": {
    "simulator": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/mac-apps-launcher-mcp-server"
      ]
    }
  }
}