Back to MCP directory
publicPublicdnsLocal runtime

mac-apps-launcher

一个用于启动和管理macOS应用程序的MCP服务器

article

README

🚀 Mac应用程序启动器 MCP 服务器

Mac应用程序启动器 MCP 服务器是一个用于启动和管理 macOS 应用程序的工具,基于 Model Context Protocol (MCP) 协议,能为用户提供方便快捷的应用管理体验。

🚀 快速开始

本服务器可用于启动和管理 macOS 应用程序,能实现列出应用、启动应用以及用特定应用打开文件等功能。

✨ 主要特性

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

📦 安装指南

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

{
  "mcpServers": {
    "simulator": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/mac-apps-launcher-mcp-server"
      ]
    }
  }
}
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