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"
]
}
}
}
Recommend MCP Servers 💡
mcp-hello-world
A minimal Model Context Protocol (MCP) server implemented in TypeScript, primarily intended to serve as a Test Double / Mock Server for unit testing or integration testing client code that needs to interact with an MCP server.
PRIMS
PRIMS is a lightweight, open-source Model Context Protocol (MCP) server that lets LLM agents safely execute arbitrary Python code in a secure, throw-away sandbox.
deuslirio/mcp-server-whatsapp-message
An MCP server for sending WhatsApp messages via the Meta WhatsApp Business API.
molecule-mcp
An MCP server connecting molecule science tools to Claude AI for prompt-assisted molecule modeling.
godoc-mcp-server
A mcp server provide infomation from pkg.go.dev. For all golang programmers
optuna-mcp
The Optuna MCP Server is a Model Context Protocol (MCP) server to interact with Optuna APIs.