📦
joshuarileydev/mac-apps-launcher-mcp-server
An MCP server to list and launch applications on MacOS
0 installs
18 stars
11 forks
Trust: 42 — Fair
Commerce
Installation
npx mac-apps-launcherAsk AI about joshuarileydev/mac-apps-launcher-mcp-server
Powered by Claude · Grounded in docs
I know everything about joshuarileydev/mac-apps-launcher-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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"
]
}
}
}
