Loading...
{
"mcpServers": {
"simulator": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/mac-apps-launcher-mcp-server"
]
}
}
}list_applicationsLists all applications installed in the /Applications folder.
Read-only operation, no side effects.
launch_applicationLaunches an application by its name.
Executes arbitrary applications, potential for malicious code execution.
open_file_with_applicationOpens a specified file with a given application.
Can open files with potentially unintended applications, leading to data exposure or modification.
This server is relatively safe for listing applications. However, launching applications without proper validation introduces risks. Exercise caution when launching applications, especially those from untrusted sources.