Notify MCP Server✓
io.github.aahl/mcp-notify · v0.1.11
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.aahl/mcp-notify",
"description": "MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk",
"title": "Notify MCP Server",
"repository": {
"url": "https://github.com/aahl/mcp-notify",
"source": "github"
},
"version": "0.1.11",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}