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"
]
}
}
}