Description
Enables sending notifications across multiple messaging platforms including WeChat Work, DingTalk, Telegram, Bark, Lark, Feishu, Ntfy, PushPlus, and Home Assistant. Supports text, markdown, images, videos, audio, file attachments, and text-to-speech conversion. Provides flexible configuration through environment variables with per-message override capabilities.
Installation
git clone https://github.com/aahl/mcp-notify Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"notify": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}