Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Mac Apps Launcher MCP Server
[![smithery badge](https://smithery.ai/badge/@joshuarileydev/mac-apps-launcher-mcp-server)](https://smithery.ai/server/@joshuarileydev/mac-apps-launcher-mcp-server)

A Model Context Protocol (MCP) server for launching and managing macOS applications.

Expand All @@ -9,6 +10,16 @@ A Model Context Protocol (MCP) server for launching and managing macOS applicati
- Open files with specific applications

## Installation

### Installing via Smithery

To install Mac Apps Launcher for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@joshuarileydev/mac-apps-launcher-mcp-server):

```bash
npx -y @smithery/cli install @joshuarileydev/mac-apps-launcher-mcp-server --client claude
```

### Installing Manually
Add the following to your Claude Config JSON file
```
{
Expand Down