MCP ExplorerExplorer

Mac Apps Launcher

@JoshuaRileyDevon 9 months ago
11 MIT
FreeCommunity
AI Systems
MCP server for launching and managing macOS applications.

Overview

What is Mac Apps Launcher

mac-apps-launcher is a Model Context Protocol (MCP) server designed for launching and managing macOS applications efficiently.

Use cases

Use cases include automating the launch of applications in development workflows, managing application access in educational settings, and facilitating user-friendly application management for end-users.

How to use

To use mac-apps-launcher, add the specified configuration to your Claude Config JSON file and run the server using the provided command.

Key features

Key features include listing all applications installed in the ‘/Applications’ folder, launching applications by name, and opening files with specific applications.

Where to use

mac-apps-launcher can be used in software development environments, automation scripts, and any macOS application management tasks.

Content

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"
      ]
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers