Mac应用启动器
一个用于列出和启动MacOS应用程序的MCP服务器
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"simulator": {
"args": [
"y",
"@joshuarileydev/mac-apps-launcher-mcp-server"
],
"command": "npx"
}
}
}
服务介绍
Mac Apps Launcher MCP 服务器
一个用于启动和管理 macOS 应用程序的 Model Context Protocol (MCP) 服务器。
功能
- 列出
/Applications文件夹中安装的所有应用程序 - 按名称启动应用程序
- 使用特定应用程序打开文件
安装
将以下内容添加到您的 Claude 配置 JSON 文件中
{
"mcpServers": {
"simulator": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/mac-apps-launcher-mcp-server"
]
}
}
}