loading…
Search for a command to run...
loading…
An MCP server to list and launch applications on MacOS
An MCP server to list and launch applications on MacOS
A Model Context Protocol (MCP) server for launching and managing macOS applications.
/Applications folderAdd the following to your Claude Config JSON file
{
"mcpServers": {
"simulator": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/mac-apps-launcher-mcp-server"
]
}
}
}
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"joshuarileydev-mac-apps-launcher-mcp-server": {
"command": "npx",
"args": []
}
}
}