Back to Catalog
JavaScript
Local files
MCP server from JoshuaRileyDev/mac-apps-launcher
GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:14
👥 Contributors:1
📋 Total Issues:4
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
{
"joshuarileydev-mac-apps-launcher-mcp-server": {
"command": "npx",
"args": [
"-y",
"@joshuarileydev/mac-apps-launcher-mcp-server"
],
"env": {}
}
}README.md
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"
]
}
}
}
README.md
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"
]
}
}
}
