Back to Catalog

mac-apps-launcher

JoshuaRileyDev/mac-apps-launcher
🔗 Latest commit:c848fee
🕒 Updated:Sep 9, 2025, 01:06 PM
JavaScript
Local files

MCP server from JoshuaRileyDev/mac-apps-launcher

MCP Trust Score
Based on our comprehensive evaluation criteria
🤖 Evaluated by gemini-2.5-flashFix
Trust Score50/100
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.
🤖 Evaluated by gemini-2.5-flashFix
{
  "joshuarileydev-mac-apps-launcher-mcp-server": {
    "command": "npx",
    "args": [
      "-y",
      "@joshuarileydev/mac-apps-launcher-mcp-server"
    ],
    "env": {}
  }
}
MCP Protocol Support
Implemented MCP protocol features
🤖 Evaluated by gemini-2.5-flashFix
Tools:
Prompts:
Resources:
Sampling:
Roots:
Logging:
STDIO Transport:
HTTP Transport:
OAuth2 Auth:
Dependencies
3 dependencies
Libraries and frameworks used by this MCP server
🤖 Evaluated by gemini-2.5-flashFix
Add Quality Badge
Show your MCP trust score in your README
Trust Score Badge
[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/JoshuaRileyDev/mac-apps-launcher)](https://archestra.ai/mcp-catalog/joshuarileydev__mac-apps-launcher)
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 /Applications folder
  • 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"
      ]
    }
  }
}
mac-apps-launcher MCP Server | Documentation & Integration | Archestra