
macOS Notification
Provides macOS system notifications, sounds, and text-to-speech capabilities for AI assistants. Lets you trigger banner alerts, play system sounds, and convert text to speech with voice customization.
Enables macOS system notifications, banner alerts, and text-to-speech capabilities with customizable parameters like voice selection and speech rate.
What it does
- Display banner notifications with custom titles and messages
- Play system notification sounds
- Convert text to speech with voice selection
- List available system voices
- Test notification system functionality
Best for
About macOS Notification
macOS Notification is a community-built MCP server published by devizor that provides AI assistants with tools and capabilities via the Model Context Protocol. Enable macOS notifications, banner alerts, and customizable text to speech features. Supports macOS TTS and speech recog It is categorized under productivity, developer tools. This server exposes 5 tools that AI clients can invoke during conversations and coding sessions.
How to install
You can install macOS Notification in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
macOS Notification is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Tools (5)
Play a system sound notification. Args: sound_name: Name of the system sound to play (default: "Submarine") Options: Basso, Blow, Bottle, Frog, Funk, Glass, Hero, Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink Returns: A message indicating whether the sound was played successfully
Display a banner notification on macOS. Args: title: The title of the notification message: The main content of the notification subtitle: Optional subtitle for the notification sound: Whether to play a sound with the notification (default: False) sound_name: Optional system sound to play (default: None, uses system default) Returns: A message indicating the notification was sent
Use macOS text-to-speech to speak a message. Args: text: The text to speak voice: Optional voice to use (default: system default) rate: Speech rate, words per minute (default: 150) volume: Volume level from 0.0 to 1.0 (default: 1.0) Returns: A message indicating the text was spoken
List all available text-to-speech voices on the system. Returns: A string listing all available voices
Test the notification system by trying all notification methods. Returns: A diagnostic report of the notification system
π macOS Notification MCP
A Model Context Protocol (MCP) server that enables AI assistants to trigger macOS notifications, sounds, and text-to-speech.
β¨ Features
- π Sound Notifications: Play system sounds like Submarine, Ping, or Tink
- π¬ Banner Notifications: Display visual notifications with customizable title, message, and subtitle
- π£οΈ Speech Notifications: Convert text to speech with adjustable voice, rate, and volume
- ποΈ Voice Management: List and select from available system voices
- π§ͺ Testing Tools: Diagnostic utilities to verify all notification methods
π Quick Start with uvx (Recommended)
The fastest way to use this tool is with uvx, which runs packages without permanent installation:
# Install uv if you don't have it
curl -LsSf https://astral.sh/uv/install.sh | sh
# Run the MCP server directly (no installation needed)
uvx macos-notification-mcp
βοΈ Configure Claude Desktop
Add this to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"macos-notification-mcp": {
"command": "uvx",
"args": ["macos-notification-mcp"]
}
}
}
Then restart Claude Desktop.
π¦ Alternative Installation Methods
Standard installation:
pip install macos-notification-mcp
Install from source:
git clone https://github.com/devizor/macos-notification-mcp
cd macos-notification-mcp
pip install .
π οΈ Available Notification Tools
π Sound Notification
sound_notification(sound_name="Submarine")
Available sounds: Basso, Blow, Bottle, Frog, Funk, Glass, Hero, Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink
π¬ Banner Notification
banner_notification(
title="Task Complete",
message="Your analysis is ready",
subtitle=None, # Optional
sound=False, # Optional: Play sound with notification
sound_name=None # Optional: Specify system sound
)
π£οΈ Speech Notification
speak_notification(
text="The process has completed",
voice=None, # Optional: System voice to use
rate=150, # Optional: Words per minute (default: 150)
volume=1.0 # Optional: Volume level 0.0-1.0
)
ποΈ Voice Management
list_available_voices() # Lists all available text-to-speech voices
π§ͺ Testing
test_notification_system() # Tests all notification methods
π Implementation Details
- β±οΈ Rate Limiting: Notifications are processed one at a time with a minimum interval of 0.5 seconds
- π Queuing: Multiple notification requests are handled sequentially
- πͺ OS Integration: Uses native macOS commands (
afplay,osascript,say) - π FastMCP: Built on the FastMCP framework for AI communication
β οΈ Troubleshooting
- π Permissions: Ensure notifications are allowed in System Settings β Notifications
- β³ Timing: Only one notification is processed at a time
- π Environment: If using the command directly (not uvx), you may need to use full paths
π License
MIT License
Alternatives
Related Skills
Browse all skillsUI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.
PERSONAL APP ARCHITECT - Strategic development orchestrator for personal productivity applications. Analyzes project context, makes architectural decisions for single-developer projects, delegates to specialized skills, and ensures alignment between user experience goals and technical implementation. Optimized for personal apps targeting 10-100 users.
Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.
Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.
Build a unified, ADHD-friendly web UI that consolidates 70+ CLI tools into a beautiful liquid glass interface for the AI File Organizer. Use when creating the complete frontend application that replaces all terminal interactions with a macOS-inspired dashboard for file organization, search, VEO prompts, and system management.