MCP Server for notify
Project description
💬 Notify MCP Server
提供消息推送的 MCP (Model Context Protocol) 服务器,支持企业微信群机器人、Telegram
安装
方式1: uvx
{
"mcpServers": {
"mcp-notify": {
"command": "uvx",
"args": ["mcp-notify"],
"env": {
"WEWORK_BOT_KEY": "your-wework-bot-key", # 企业微信群机器人key
"TELEGRAM_DEFAULT_CHAT": "-10000000000", # Telegram Chat ID
"TELEGRAM_BOT_TOKEN": "123456789:ABCDE", # Telegram Bot Token
"TELEGRAM_BASE_URL": "https://api.telegram.org", # Optional
}
}
}
}
方式2: Docker
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" # Streamable HTTP
}
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mcp_notify-0.1.0b2.tar.gz
(85.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_notify-0.1.0b2.tar.gz.
File metadata
- Download URL: mcp_notify-0.1.0b2.tar.gz
- Upload date:
- Size: 85.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8f5113ba88d5677e4bc1b79b10b79fdf4e08c8db6e3336f330bdffd2f20701c
|
|
| MD5 |
21771afe3b2002c25cc82932e9c68726
|
|
| BLAKE2b-256 |
abbfa69c42ec5a3c0c083540bdc847abb29418306b87f19df78c402e9b234db5
|
File details
Details for the file mcp_notify-0.1.0b2-py3-none-any.whl.
File metadata
- Download URL: mcp_notify-0.1.0b2-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aab3cd960a6532a9d9b003914389a15ff7b5aa7aa58822522f066bbf73121fe8
|
|
| MD5 |
1966fa86d817b536d96c02397aa869e2
|
|
| BLAKE2b-256 |
08ec4b9f9e9d1eeb49692b23a6443390d9cd928cd51ec81e330300a29cb738ab
|