macOS App Launcher
A fast MCP server for opening, focusing, and quitting macOS apps, and opening URLs in the browser, usable by voice or from any MCP client.
README
macOS App Launcher
A fast MCP server for opening, focusing, and quitting macOS apps — and opening links in your browser — by voice or from any MCP client.
Much faster than macos-mcp — uses open -a and osascript directly with no heavy runtime overhead.
Demo
https://github.com/user-attachments/assets/d5bd89a0-ec39-4519-9341-63b4cebf881d
Tools
| Tool | What it does |
|---|---|
open_app |
Open an app by name or alias |
focus_app |
Bring a running app to the foreground |
quit_app |
Quit a running app gracefully |
list_running_apps |
List all currently open apps |
set_volume |
Set system volume 0–100 |
open_url |
Open a URL in the default browser (adds https:// automatically) |
Open URLs by voice
Say something like "open google.com" or "go to notion.so" and it opens in your default browser. It automatically adds https:// if you don't include it.
Built-in aliases
Say natural names — the server resolves them automatically:
| You say | Opens |
|---|---|
| browser / chrome | Google Chrome |
| code / cursor | Cursor |
| messages / beeper | Beeper Desktop |
| vpn / protonvpn | ProtonVPN |
| terminal | Terminal |
See APP_ALIASES in macos-app-launcher.ts for the full list.
Requirements
- macOS
- Node.js 18+ — download from nodejs.org if needed
Install
git clone https://github.com/gabeperez/macos-app-launcher.git
cd macos-app-launcher
npm install
chmod +x start.sh
⚠️ The
chmod +x start.shstep is required. You'll get anEACCESerror in VoiceOS if you skip it.
Connect to VoiceOS
See the VoiceOS install guide for step-by-step setup, or add it manually:
Settings → Integrations → Custom Integrations → Add
| Field | Value |
|---|---|
| Name | 🚀 Launcher |
| Launch command | /absolute/path/to/macos-app-launcher/start.sh |
For example: /Users/yourname/macos-app-launcher/start.sh
Then speak:
- "Open Chrome"
- "Launch Spotify"
- "Focus Slack"
- "Quit Discord"
- "Set volume to 40"
- "Open github.com"
- "Go to notion.so"
- "What apps are open?"
Connect to Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"macos-app-launcher": {
"command": "/absolute/path/to/macos-app-launcher/start.sh"
}
}
}
Why faster than macos-mcp?
macos-mcp runs via bun with a full JS runtime init on every invocation. This server uses open -a (~50ms, native macOS) and osascript directly — no heavy dependencies, no startup delay.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.