MCP Server for notify
Project description
💬 Notify MCP Server
提供消息推送的 MCP (Model Context Protocol) 服务器,支持企业微信、钉钉机器人、Telegram、Bark
安装
方式1: uvx
{
"mcpServers": {
"mcp-notify": {
"command": "uvx",
"args": ["mcp-notify"],
"env": {
"WEWORK_BOT_KEY": "your-wework-bot-key", # 企业微信群机器人key,也可以在提示词指定
"WEWORK_APP_CORPID": "ww0123456789abcd", # 企业微信所属的企业ID
"WEWORK_APP_SECRET": "Your-Secret-Key", # 企业微信应用的凭证密钥
"WEWORK_APP_AGENTID": "1000002", # 企业微信应用的ID
"WEWORK_APP_TOUSER": "admin", # 企业微信默认接收人ID
"WEWORK_BASE_URL": "https://qyapi.weixin.qq.com", # 企业微信API反代理地址,用于可信IP
"DINGTALK_BOT_KEY": "your-dingtalk-bot", # 钉钉群机器人access_token
"BARK_DEVICE_KEY": "your-bark-key", # Bark device key
"TELEGRAM_DEFAULT_CHAT": "-10000000000", # Telegram Default Chat ID
"TELEGRAM_BOT_TOKEN": "123456789:ABCDE", # Telegram Bot Token
"TELEGRAM_BASE_URL": "https://api.telegram.org", # Optional
}
}
}
}
方式2: Smithery
需要通过OAuth授权或Smithery key
{
"mcpServers": {
"mcp-aktools": {
"url": "https://server.smithery.ai/@aahl/mcp-notify/mcp" # Streamable HTTP
}
}
}
方式3: 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
}
}
}
快速开始
- 在线体验:
- 添加到 Cursor
- 添加到 VS Code
- 添加到 Cherry Studio
- 添加到 Claude Code, 执行命令:
claude mcp add notify -- uvx mcp-notify - 添加到 OpenAI CodeX, 执行命令:
codex mcp add notify -- uvx mcp-notify
相关连接
- 大饼报告 - 基于此MCP实现的Telegram频道
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.2.tar.gz
(88.8 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.2.tar.gz.
File metadata
- Download URL: mcp_notify-0.1.2.tar.gz
- Upload date:
- Size: 88.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a51f13af5d08834965462c0b2b144f5946953c9b57a418b13efa0c421819df49
|
|
| MD5 |
b21ef2138b394413b29387998e8ce4ce
|
|
| BLAKE2b-256 |
c179348370d8ac1893513adcff5157e5b0fc54f247dc94b6986ac2476929a376
|
File details
Details for the file mcp_notify-0.1.2-py3-none-any.whl.
File metadata
- Download URL: mcp_notify-0.1.2-py3-none-any.whl
- Upload date:
- Size: 10.9 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 |
b040c3e5fb46ee0274de0c217620c79e1604b75d2fceee00cc55ff07a3c57646
|
|
| MD5 |
275cc8641413513330f62881636bdfef
|
|
| BLAKE2b-256 |
2a5f0d0846fdaab5f07d10aac3afbed53aba9608835aca44ae0a9f266fffda6a
|