Notify MCP Server
MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk
{
"mcpServers": {
"mcp-notify": {
"command": "uvx",
"args": [
"mcp-notify"
],
"env": {
"WEWORK_BOT_KEY": "<your-wework_bot_key>",
"WEWORK_APP_CORPID": "<wework_app_corpid>",
"WEWORK_APP_SECRET": "<your-wework_app_secret>",
"WEWORK_APP_AGENTID": "<wework_app_agentid>",
"WEWORK_APP_TOUSER": "<wework_app_touser>",
"DINGTALK_BOT_KEY": "<your-dingtalk_bot_key>",
"LARK_BOT_KEY": "<your-lark_bot_key>",
"FEISHU_BOT_KEY": "<your-feishu_bot_key>",
"TELEGRAM_DEFAULT_CHAT": "<telegram_default_chat>",
"TELEGRAM_BOT_TOKEN": "<your-telegram_bot_token>",
"PUSH_PLUS_TOKEN": "<your-push_plus_token>",
"TRANSPORT": "stdio"
}
}
}
}{
"mcpServers": {
"mcp-notify": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/aahl/mcp-notify:latest"
],
"env": {
"WEWORK_BOT_KEY": "<your-wework_bot_key>",
"WEWORK_APP_CORPID": "<wework_app_corpid>",
"WEWORK_APP_SECRET": "<your-wework_app_secret>",
"WEWORK_APP_AGENTID": "<wework_app_agentid>",
"WEWORK_APP_TOUSER": "<wework_app_touser>",
"DINGTALK_BOT_KEY": "<your-dingtalk_bot_key>",
"LARK_BOT_KEY": "<your-lark_bot_key>",
"FEISHU_BOT_KEY": "<your-feishu_bot_key>",
"TELEGRAM_DEFAULT_CHAT": "<telegram_default_chat>",
"TELEGRAM_BOT_TOKEN": "<your-telegram_bot_token>",
"PUSH_PLUS_TOKEN": "<your-push_plus_token>",
"TRANSPORT": "stdio"
}
}
}
}WEWORK_BOT_KEYThe default key for the WeWork group robot can also be specified in the prompt
WEWORK_APP_CORPIDCompany ID of WeWork
WEWORK_APP_SECRETSecret key of WeWork
WEWORK_APP_AGENTIDAgent ID of WeWork Application, Default: 1000002
WEWORK_APP_TOUSERDefault recipient user ID in WeWork, Default: @all
DINGTALK_BOT_KEYAccess token of DingTalk Robot, Can also be specified in the prompt
LARK_BOT_KEYThe key of Lark Robot, Can also be specified in the prompt
FEISHU_BOT_KEYThe key of Feishu Robot, Can also be specified in the prompt
TELEGRAM_DEFAULT_CHATTelegram Default Chat ID, Can also be specified in the prompt
TELEGRAM_BOT_TOKENTelegram Bot Token
PUSH_PLUS_TOKENDefault PushPlus token, Can also be specified in the prompt
TRANSPORTTransport protocol to use
An MCP server that integrates with Discord to provide AI-powered features.
Control your Discord community: send/read messages, manage channels and forums, and handle webhook…
Enable interaction with Slack workspaces. Supports subscribing to Slack events through Resources.