MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk
uvx mcp-notify{
"WEWORK_BOT_KEY": "YOUR_SECRET_VALUE",
"WEWORK_APP_CORPID": "YOUR_VALUE_HERE",
"WEWORK_APP_SECRET": "YOUR_SECRET_VALUE",
"WEWORK_APP_AGENTID": "YOUR_VALUE_HERE",
"WEWORK_APP_TOUSER": "YOUR_VALUE_HERE",
"DINGTALK_BOT_KEY": "YOUR_SECRET_VALUE",
"LARK_BOT_KEY": "YOUR_SECRET_VALUE",
"FEISHU_BOT_KEY": "YOUR_SECRET_VALUE",
"TELEGRAM_DEFAULT_CHAT": "YOUR_VALUE_HERE",
"TELEGRAM_BOT_TOKEN": "YOUR_SECRET_VALUE",
"PUSH_PLUS_TOKEN": "YOUR_SECRET_VALUE",
"TRANSPORT": "stdio"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-aahl-mcp-notify": {
"command": "uvx",
"args": [
"mcp-notify"
],
"env": {
"WEWORK_BOT_KEY": "YOUR_SECRET_VALUE",
"WEWORK_APP_CORPID": "YOUR_VALUE_HERE",
"WEWORK_APP_SECRET": "YOUR_SECRET_VALUE",
"WEWORK_APP_AGENTID": "YOUR_VALUE_HERE",
"WEWORK_APP_TOUSER": "YOUR_VALUE_HERE",
"DINGTALK_BOT_KEY": "YOUR_SECRET_VALUE",
"LARK_BOT_KEY": "YOUR_SECRET_VALUE",
"FEISHU_BOT_KEY": "YOUR_SECRET_VALUE",
"TELEGRAM_DEFAULT_CHAT": "YOUR_VALUE_HERE",
"TELEGRAM_BOT_TOKEN": "YOUR_SECRET_VALUE",
"PUSH_PLUS_TOKEN": "YOUR_SECRET_VALUE",
"TRANSPORT": "stdio"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
Notify MCP Server is an MCP server for MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk. It supports STDIO transport.
Use the generated config in Install. This server runs with uvx mcp-notify; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for uvx mcp-notify. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for uvx mcp-notify. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for uvx mcp-notify. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for uvx mcp-notify. Add required environment variables before starting Cursor or VS Code.
Notify MCP Server uses STDIO transport. Use the package or command config in Install.
Notify MCP Server inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
Notify MCP Server does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
mcp-notifystdio | pypi | 0.1.9 | Env: WEWORK_BOT_KEY secret Env: WEWORK_APP_CORPID Env: WEWORK_APP_SECRET secret Env: WEWORK_APP_AGENTID Env: WEWORK_APP_TOUSER Env: DINGTALK_BOT_KEY secret Env: LARK_BOT_KEY secret Env: FEISHU_BOT_KEY secret Env: TELEGRAM_DEFAULT_CHAT Env: TELEGRAM_BOT_TOKEN secret Env: PUSH_PLUS_TOKEN secret |
ghcr.io/aahl/mcp-notify:lateststdio | oci | Not captured | Env: TRANSPORT |