Mac Apps Launcher MCP Server

Mac Apps Launcher MCP Server

site icon
2024.12.14 11
JavaScript应用程序管理macOS 工具开发效率
Mac Apps Launcher MCP Server 是一个基于 Model Context Protocol (MCP) 的服务,主要用于启动和管理 macOS 应用程序。它能够列出安装在 `/Applications` 文件夹中的所有应用程序,通过名称启动应用程序,以及使用特定应用程序打开文件。
View on GitHub

Overview

基本能力

产品定位

Mac Apps Launcher MCP Server 是一个用于启动和管理 macOS 应用程序的服务。

核心功能

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

适用场景

  • 快速启动和管理 macOS 应用程序
  • 自动化工作流中集成应用程序启动功能

使用教程

使用依赖

无明确前置依赖,但需要 macOS 系统和 Node.js 环境(假设 npx 需要 Node.js)。

安装教程

  1. 在 Claude Config JSON 文件中添加以下配置:
{
  "mcpServers": {
    "simulator": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/mac-apps-launcher-mcp-server"
      ]
    }
  }
}

调试方式

无明确调试步骤提供。

许可证

None