Home › Communication › Notify MCP Server
Notify MCP Server
MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.1.11)
uvx mcp-notify
Or add to your MCP client config:
{
"mcpServers": {
"mcp-notify": {
"command": "uvx",
"args": [
"mcp-notify"
],
"env": {
"WEWORK_BOT_KEY": "<YOUR_VALUE>",
"WEWORK_APP_CORPID": "<YOUR_VALUE>",
"WEWORK_APP_SECRET": "<YOUR_VALUE>",
"WEWORK_APP_AGENTID": "<YOUR_VALUE>",
"WEWORK_APP_TOUSER": "<YOUR_VALUE>",
"DINGTALK_BOT_KEY": "<YOUR_VALUE>",
"LARK_BOT_KEY": "<YOUR_VALUE>",
"FEISHU_BOT_KEY": "<YOUR_VALUE>",
"TELEGRAM_DEFAULT_CHAT": "<YOUR_VALUE>",
"TELEGRAM_BOT_TOKEN": "<YOUR_VALUE>",
"PUSH_PLUS_TOKEN": "<YOUR_VALUE>"
}
}
}
}
WEWORK_BOT_KEYsecret — The default key for the WeWork group robot can also be specified in the promptWEWORK_APP_CORPID— Company ID of WeWorkWEWORK_APP_SECRETsecret — Secret key of WeWorkWEWORK_APP_AGENTID— Agent ID of WeWork Application, Default: 1000002WEWORK_APP_TOUSER— Default recipient user ID in WeWork, Default: @allDINGTALK_BOT_KEYsecret — Access token of DingTalk Robot, Can also be specified in the promptLARK_BOT_KEYsecret — The key of Lark Robot, Can also be specified in the promptFEISHU_BOT_KEYsecret — The key of Feishu Robot, Can also be specified in the promptTELEGRAM_DEFAULT_CHAT— Telegram Default Chat ID, Can also be specified in the promptTELEGRAM_BOT_TOKENsecret — Telegram Bot TokenPUSH_PLUS_TOKENsecret — Default PushPlus token, Can also be specified in the prompt
Package (oci)
docker run -i --rm ghcr.io/aahl/mcp-notify:latest
Or add to your MCP client config:
{
"mcpServers": {
"mcp-notify": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-notify:latest"
],
"env": {
"TRANSPORT": "<YOUR_VALUE>"
}
}
}
}
TRANSPORT— Transport protocol to use
Related servers
inbox-zero
An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
whatsapp-mcp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
NotFair
OAuth MCP for Google, Meta, X, LinkedIn, Reddit, TikTok, GSC, GA4, WordPress and GHL.
slack-mcp-server
The most powerful MCP server for Slack Workspaces.
telegram-mcp
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and…
OpenOSINT
AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.
Data from the Official MCP Registry