cursor-agent-notifier

neo773/cursor-agent-notifier

3.2

If you are the rightful owner of cursor-agent-notifier and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Cursor Agent MCP Notification Server is a Model Context Protocol server designed to enable AI agents to send system notifications to users on macOS.

Cursor Agent MCP Notification Server

A Model Context Protocol (MCP) server that enables AI agents to send system notifications to users on macOS.

image

Overview

This MCP server provides a send_notification tool that allows AI agents to send native macOS notifications with custom titles, subtitles, and messages. It uses a Swift-based notification app to ensure proper integration with the macOS notification system.

Features

  • Native macOS Notifications: Sends notifications through the system notification center
  • MCP Integration: Works seamlessly with any MCP-compatible AI agent or client
  • Customizable Content: Supports title, subtitle, and message body
  • Error Handling: Provides clear feedback on success or failure
  • Swift Backend: Uses a compiled Swift app for reliable notification delivery

Requirements

  • macOS (required for system notifications)
  • Node.js or Bun
  • Built Swift notification app

Usage

  "mcpServers": {
    "cursor-agent-notifier": {
      "command": "npx",
      "args": ["cursor-agent-notifier@latest"]
    }
  }

License

MIT