Back to MCP directory
publicPublicdnsLocal runtime

mac-apps-launcher

一个用于启动和管理macOS应用程序的MCP服务器,支持列出/Applications目录下的应用、通过名称启动应用以及用指定应用打开文件。

article

README

🚀 Mac Apps Launcher MCP Server

Mac Apps Launcher MCP Server 是一个基于 Model Context Protocol (MCP) 的服务器,用于启动和管理 macOS 应用程序。它可以帮助用户更高效地操作 macOS 上的应用。

Fork from: JoshuaRileyDev/mac-apps-launcher

✨ 主要特性

  • 列出 /Applications 文件夹中安装的所有应用程序。
  • 按名称启动应用程序。
  • 使用特定应用程序打开文件。

📦 安装指南

将以下内容添加到您的 Claude 配置 JSON 文件中:

{
  "mcpServers": {
    "mac-apps-launcher-mcp": {
      "command": "bunx",
      "args": [
        "@eugenechen/mac-apps-launcher-mcp-server@latest"
      ]
    }
  }
}
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client