mcp-notify
MCP Server for notify to telegram / weixin
README
💬 Notify MCP Server
<!-- mcp-name: io.github.aahl/mcp-notify -->
提供消息推送的 MCP (Model Context Protocol) 服务器,支持企业微信群机器人、企业微信应用号、Telegram
安装
方式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
"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: 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
}
}
}
相关连接
- 大饼报告 - 基于该MCP实现的Telegram频道
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.