longdog/notify-mcp
A simple Bash JSON-RPC MCP server for sending desktop notifications via notify-send or MacOs native notification center . Supports listing tools and showing notifications with customizable title and message.
Platform-specific configuration:
{
"mcpServers": {
"notify-mcp": {
"command": "npx",
"args": [
"-y",
"notify-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...