5n7_mcp_notify

5n7_mcp_notify

by 5n7
A simple MCP server for sending desktop notifications on macOS, with planned support for Linux and Windows.

Desktop Notification MCP Server

Overview

The Desktop Notification MCP Server is a lightweight tool designed to send desktop notifications via the MCP protocol. It is particularly useful for developers and users who need to integrate notification functionality into their workflows. Currently, it supports macOS, with plans to extend support to Linux and Windows in future releases.

Supported Environments

  • macOS (current support)
  • Linux (planned)
  • Windows (planned)

Installation

To install the Desktop Notification MCP Server, use the following command:

go install github.com/5n7/mcp-notify@latest

Configuration

To configure the server for use with Cursor, add the following JSON configuration:

{
  "mcpServers": {
    "notify": {
      "command": "/path/to/mcp-notify",
      "args": []
    }
  }
}

Usage

The server supports the following parameters as per the MCP tool specification:

  • title: The title of the notification.
  • message: The content of the notification.

About

This project is a simple yet effective solution for sending desktop notifications. It is actively maintained, with future updates planned to expand its capabilities.

Resources

Metrics

  • Stars: 2
  • Watchers: 1
  • Forks: 0

Releases

No releases have been published yet.

Languages

  • Go: 96.7%
  • Makefile: 3.3%

Features & Capabilities

Categories
mcp_server model_context_protocol go makefile desktop_notifications macos cursor_integration

Implementation Details

Stats

0 Views
0 Favorites
2 GitHub Stars

Repository Info

5n7 Organization

Similar Servers

continuedev_continue by continuedev
0
0
0