aahl

💬 Notify MCP Server

Community aahl
Updated

💬 MCP Server for notify to Weixin, Telegram, Bark, Lark, 飞书, 钉钉

💬 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
        "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 Server · Populars

MCP Server · New

    veniceai

    @veniceai/mcp-server

    Venice AI MCP Server for Claude Code, Cline, and AI agents

    Community veniceai
    oisee

    Vibing Steampunk (vsp)

    vs-punk: ADT to MCP bridge - Vibe code in ABAP / AMDP

    Community oisee
    nirholas

    agenti

    Give any AI agent a crypto wallet. Agents deserve access to money. Pay x402 APIs, receive USDC, check balances — autonomously. Works with Claude, LangChain, AutoGen, CrewAI, and any MCP client. EVM + Solana.

    Community nirholas
    aahl

    📺 MCP Server for Binge-watch

    📺 MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米电视上直接播放

    Community aahl
    coreviz

    CoreViz

    A powerful CLI + MCP Server for working with photos: search, edit, tag and describe photos right from the terminal.

    Community coreviz