A Model Context Protocol (MCP) server for launching and managing macOS applications.
https://github.com/JoshuaRileyDev/mac-apps-launcherStop context-switching between Claude conversations and your Mac's app launcher. This MCP server bridges the gap between AI recommendations and actual execution, letting Claude directly launch applications and open files on your Mac.
You're deep in a Claude conversation about your project. Claude suggests using Figma for mockups, opening your code in VS Code, or viewing a PDF in Preview. But then you pause the conversation, hunt through Launchpad or Spotlight, launch the app, and return to Claude to continue.
That workflow break kills momentum. This MCP server eliminates it entirely.
Direct App Control: Claude can launch any application in your /Applications folder by name. No more "let me open that for you" followed by manual searching.
Smart File Handling: Open specific files with designated applications. Claude can suggest opening your config.json in VS Code and actually do it, not just tell you to do it.
Zero-Friction Discovery: List all installed applications through Claude when you need to remember what's available or find alternatives.
Development Sessions: "Claude, I need to work on the API documentation" → Claude launches your Markdown editor, opens the right files, and you're coding in seconds.
Design Reviews: Discussing UI changes? Claude can instantly launch Figma, Sketch, or whatever design tool you mention, keeping the creative flow intact.
File Management: "Open this data file in Numbers to check the formatting" → Done. No app hunting, no workflow interruption.
Quick Prototyping: When Claude suggests trying a new tool or opening a reference file, it happens immediately instead of becoming another mental todo item.
Add one configuration block to your Claude setup:
{
"mcpServers": {
"mac-apps": {
"command": "npx",
"args": ["y", "@joshuarileydev/mac-apps-launcher-mcp-server"]
}
}
}
Claude immediately gains system awareness. No additional setup, no app permissions to configure, no learning curve.
Most MCP servers add information or processing capabilities to Claude. This one adds execution. It transforms Claude from a conversation partner into an active participant in your Mac workflow.
You're not just getting another app launcher – you're getting seamless integration between AI assistance and system control. When Claude understands your problem and can directly act on the solution, that's when AI becomes genuinely useful rather than just informative.
The difference between "you should open that in Photoshop" and Claude actually opening Photoshop is the difference between helpful advice and helpful action.