macOS Notification

macOS Notification

devizor

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.

34360 views4Local (stdio)

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

macOS users wanting AI assistant notificationsDevelopers building macOS automation workflowsCreating accessible text-to-speech applications
macOS onlyNo setup with uvxVoice customization options

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)

sound_notification

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

banner_notification

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

speak_notification

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_available_voices

List all available text-to-speech voices on the system. Returns: A string listing all available voices

test_notification_system

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 skills
ui-design-system

UI 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.

6
cli-builder

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.

2
chief-architect

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.

0
openai-knowledge

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`.

0
api-documenter

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.

0
ai-organizer-ui-consolidation

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.

0