Mac Apps Launcher MCP Server
啟動並管理 macOS 應用程式。列出已安裝的應用程式、按名稱啟動它們,或使用特定應用程式開啟檔案。
文件
Mac Apps Launcher MCP Server
A Model Context Protocol (MCP) server for launching and managing macOS applications.
Features
- List all applications installed in the
/Applicationsfolder - 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"
]
}
}
}