Server data from the Official MCP Registry
MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk
MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk
Valid MCP server (0 strong, 8 medium validity signals). 10 known CVEs in dependencies (1 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (4/5 approved).
9 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: WEWORK_BOT_KEY
Environment variable: WEWORK_APP_CORPID
Environment variable: WEWORK_APP_SECRET
Environment variable: WEWORK_APP_AGENTID
Environment variable: WEWORK_APP_TOUSER
Environment variable: DINGTALK_BOT_KEY
Environment variable: LARK_BOT_KEY
Environment variable: FEISHU_BOT_KEY
Environment variable: TELEGRAM_DEFAULT_CHAT
Environment variable: TELEGRAM_BOT_TOKEN
Environment variable: PUSH_PLUS_TOKEN
Environment variable: TRANSPORT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-aahl-mcp-notify": {
"env": {
"TRANSPORT": "your-transport-here",
"LARK_BOT_KEY": "your-lark-bot-key-here",
"FEISHU_BOT_KEY": "your-feishu-bot-key-here",
"WEWORK_BOT_KEY": "your-wework-bot-key-here",
"PUSH_PLUS_TOKEN": "your-push-plus-token-here",
"DINGTALK_BOT_KEY": "your-dingtalk-bot-key-here",
"WEWORK_APP_CORPID": "your-wework-app-corpid-here",
"WEWORK_APP_SECRET": "your-wework-app-secret-here",
"WEWORK_APP_TOUSER": "your-wework-app-touser-here",
"TELEGRAM_BOT_TOKEN": "your-telegram-bot-token-here",
"WEWORK_APP_AGENTID": "your-wework-app-agentid-here",
"TELEGRAM_DEFAULT_CHAT": "your-telegram-default-chat-here"
},
"args": [
"mcp-notify"
],
"command": "uvx"
}
}
}From the project's GitHub README.
简体中文 | English
提供消息推送的 MCP (Model Context Protocol) 服务器,支持企业微信、钉钉、Telegram、Bark、Lark、飞书、Home Assistant
{
"mcpServers": {
"mcp-notify": {
"command": "uvx",
"args": ["mcp-notify"],
"env": {
"WEWORK_BOT_KEY": "your-wework-bot-key"
}
}
}
}
需要通过OAuth授权或Smithery key
{
"mcpServers": {
"mcp-aktools": {
"url": "https://server.smithery.ai/@aahl/mcp-notify/mcp" # 流式传输HTTP
}
}
}
mkdir /opt/mcp-notify
cd /opt/mcp-notify
wget https://raw.githubusercontent.com/aahl/mcp-notify/refs/heads/main/docker-compose.yml
docker-compose up -d
{
"mcpServers": {
"mcp-notify": {
"url": "http://0.0.0.0:8809/mcp" # 流式传输HTTP
}
}
}
claude mcp add notify -- uvx mcp-notifycodex mcp add notify -- uvx mcp-notifyWEWORK_BOT_KEY: 企业微信群机器人默认key,也可以在提示词指定WEWORK_APP_CORPID: 企业微信所属的企业IDWEWORK_APP_SECRET: 企业微信应用的凭证密钥WEWORK_APP_AGENTID: 企业微信应用的ID,默认: 1000002WEWORK_APP_TOUSER: 企业微信默认接收人ID,也可以在提示词指定,默认: @allWEWORK_BASE_URL: 企业微信API反代理地址,用于可信IP,默认: https://qyapi.weixin.qq.comDINGTALK_BOT_KEY: 钉钉群机器人access_tokenDINGTALK_BASE_URL: 钉钉API地址,默认: https://oapi.dingtalk.comFEISHU_BOT_KEY: 飞书群机器人key,也可以在提示词指定FEISHU_BASE_URL: 飞书API地址,默认: https://open.feishu.cnLARK_BOT_KEY: Lark群机器人key,也可以在提示词指定LARK_BASE_URL: Lark API地址,默认: https://open.larksuite.comTELEGRAM_DEFAULT_CHAT: Telegram 默认会话ID,也可以在提示词指定TELEGRAM_BOT_TOKEN: Telegram 机器人令牌TELEGRAM_BASE_URL: Telegram API反代理地址,默认: https://api.telegram.orgHASS_BASE_URL: Home Assistant 地址,默认: http://homeassistant.local:8123HASS_ACCESS_TOKEN: Home Assistant 长效令牌HASS_MOBILE_KEY: Home Assistant 移动设备key (如: mobile_app_your_iphone),也可在提示词指定BARK_DEVICE_KEY: 默认Bark设备key,也可以在提示词指定BARK_BASE_URL: Bark API地址,默认: https://api.day.appNTFY_DEFAULT_TOPIC: 默认Ntfy订阅主题,也可以在提示词指定NTFY_BASE_URL: Ntfy API地址,默认: https://ntfy.shPUSH_PLUS_TOKEN: 默认PushPlus令牌,也可以在提示词指定PUSH_PLUS_BASE_URL: PushPlus API地址,默认: http://www.pushplus.pluswework_send_text - 发送文本或Markdown消息wework_send_image - 发送图片消息wework_send_news - 发送图文链接消息wework_app_send_text - 发送文本或Markdown消息wework_app_send_image - 发送图片消息wework_app_send_video - 发送视频消息wework_app_send_voice - 发送语音消息wework_app_send_file - 发送文件消息wework_app_send_news - 发送图文链接消息tg_send_message - 发送文本或Markdown消息tg_send_photo - 发送图片消息tg_send_video - 发送视频消息tg_send_audio - 发送音频消息tg_send_file - 发送文件消息ding_send_text - 通过钉钉群机器人发送文本或Markdown消息lark_send_text - 通过飞书/Lark群机器人发送文本或Markdown消息bark_send_notify - 通过Bark发送通知ntfy_send_notify - 通过Ntfy发送通知pushplus_send_msg - 通过PushPlus发送消息ha_send_mobile - 通过Home Assistant发送通知text_to_sound - 将一段文本转成mp3音频链接Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.