N

Notify

Multi-platform notification delivery supporting WeChat, Telegram, DingTalk, Bark, Lark, Feishu, and more

Notify·No reviews yet
Repo Docs
Share:

About

Multi-platform notification delivery supporting WeChat, Telegram, DingTalk, Bark, Lark, Feishu, and more

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Install Notify

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "notify": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-notify"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "notify": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-notify"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "notify": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-notify"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.