joshuarileydev/mac-apps-launcher-mcp-server
An MCP server to list and launch applications on MacOS
Quick Start
Clone the repository:
git clone https://github.com/JoshuaRileyDev/mac-apps-launcherClaude Desktop configuration example:
{
"mcpServers": {
"mac-apps-launcher": {
"command": "npx",
"args": [
"-y",
"joshuarileydev/mac-apps-launcher-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.