Skip to content

neo773/cursor-agent-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published