https://github.com/5n7/mcp-notify
A simple MCP server for sending desktop notifications.
https://github.com/5n7/mcp-notify
Last synced: 2 months ago
JSON representation
A simple MCP server for sending desktop notifications.
- Host: GitHub
- URL: https://github.com/5n7/mcp-notify
- Owner: 5n7
- Created: 2025-03-16T13:20:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T13:33:30.000Z (8 months ago)
- Last Synced: 2025-05-21T09:58:48.939Z (6 months ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **mcp-notify** - A simple MCP server for sending desktop notifications. `go` `mcp` `server` `go install 5n7/mcp-notify@latest` (⚙️ DevOps)
README
# 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
```bash
go install github.com/5n7/mcp-notify@latest
```
## Configuration
For [Cursor](https://www.cursor.com/):
```json
{
"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 notification
- `message`: The content of the notification