What is MCP-Notify: Cross-Platform, Code-Free Alerts?
MCP-Notify is a lightweight server designed to simplify cross-platform desktop notification delivery without requiring coding. It acts as an intermediary for tools like Cursor to send alerts directly to your screen, prioritizing ease-of-use while maintaining flexibility for future expansion.
How to use MCP-Notify: Cross-Platform, Code-Free Alerts?
Installation is straightforward via Go:
go install github.com/5n7/mcp-notify@latest
To configure with Cursor, add this JSON snippet to your settings:
{
"mcpServers": {
"notify": {
"command": "/path/to/mcp-notify",
"args": []
}
}
}
Notifications accept two parameters: title
(header text) and message
(body content).