MCP Server
MCP
Notify MCP Server
MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk
Install
uvx mcp-notify
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-notify",
"version": "0.1.11",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "The default key for the WeWork group robot can also be specified in the prompt",
"isSecret": true,
"name": "WEWORK_BOT_KEY"
},
{
"description": "Company ID of WeWork",
"name": "WEWORK_APP_CORPID"
},
{
"description": "Secret key of WeWork",
"isSecret": true,
"name": "WEWORK_APP_SECRET"
},
{
"description": "Agent ID of WeWork Application, Default: 1000002",
"name": "WEWORK_APP_AGENTID"
},
{
"description": "Default recipient user ID in WeWork, Default: @all",
"name": "WEWORK_APP_TOUSER"
},
{
"description": "Access token of DingTalk Robot, Can also be specified in the prompt",
"isSecret": true,
"name": "DINGTALK_BOT_KEY"
},
{
"description": "The key of Lark Robot, Can also be specified in the prompt",
"isSecret": true,
"name": "LARK_BOT_KEY"
},
{
"description": "The key of Feishu Robot, Can also be specified in the prompt",
"isSecret": true,
"name": "FEISHU_BOT_KEY"
},
{
"description": "Telegram Default Chat ID, Can also be specified in the prompt",
"name": "TELEGRAM_DEFAULT_CHAT"
},
{
"description": "Telegram Bot Token",
"isSecret": true,
"name": "TELEGRAM_BOT_TOKEN"
},
{
"description": "Default PushPlus token, Can also be specified in the prompt",
"isSecret": true,
"name": "PUSH_PLUS_TOKEN"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/aahl/mcp-notify:latest",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Transport protocol to use",
"format": "string",
"default": "stdio",
"name": "TRANSPORT"
}
]
}
]
}
mcp
model-context-protocol
pypi
oci
By
Comments
Sign in to leave a comment