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.
To install the Desktop Notification MCP Server, use the following command:
go install github.com/5n7/mcp-notify@latest
To configure the server for use with Cursor, add the following JSON configuration:
{
"mcpServers": {
"notify": {
"command": "/path/to/mcp-notify",
"args": []
}
}
}
The server supports the following parameters as per the MCP tool specification:
title
: The title of the notification.message
: The content of the notification.This project is a simple yet effective solution for sending desktop notifications. It is actively maintained, with future updates planned to expand its capabilities.
No releases have been published yet.