joshuarileydev/mac-apps-launcher-mcp-server
0 Views
0 Installs
📇 🏠 - An MCP server to list and launch applications on MacOS
Quick Install
One-Click IDE Configuration
claude_desktop_config.json
{
"mcpServers": {
"joshuarileydev-mac-apps-launcher-mcp-server": {
"command": "npx",
"args": [
"-y",
"joshuarileydev-mac-apps-launcher-mcp-server"
]
}
}
}Or
Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
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"
]
}
}
}