📦
Notify
A simple MCP server for sending desktop notifications.
0 installs
6 stars
2 forks
Trust: 41 — Fair
Comms
Installation
npx mcp-notifyAsk AI about Notify
Powered by Claude · Grounded in docs
I know everything about Notify. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
mcp-notify
A simple MCP server for sending desktop notifications.
Supported Environments
Currently supports:
- macOS
Support for Linux and Windows is planned for future releases.
Installation
go install github.com/5n7/mcp-notify@latest
Configuration
For Cursor:
{
"mcpServers": {
"notify": {
"command": "/path/to/mcp-notify",
"args": []
}
}
}
Usage
The following parameters are available according to the MCP tool specification:
title: The title of the notificationmessage: The content of the notification
