Notify MCP Server

提供消息推送的 MCP (Model Context Protocol) 服务器,支持企业微信、钉钉、Telegram、Bark、Lark、飞书、Home Assistant. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-03-26 · ★ 29 · #44 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Notify MCP Server

before you install - you'll need

WEWORK_BOT_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add aahl-mcp-notify -- uvx mcp-notify

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aahl-mcp-notify": {
      "command": "uvx",
      "args": [
        "mcp-notify"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

pypi package mcp-notify - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.aahl is GitHub-verified and matches the repo owner

03 · What Notify MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

0.1.11 · 2026-03-26

0.1.10 · 2026-02-24

0.1.9 · 2026-02-01

Telegram 支持 Base64 data URI · 支持以SSE方式启动 TRANSPORT=sse

04 · Who maintains Notify MCP Server

Notify MCP Server is maintained by aahl. We track 4 MCP servers from aahl - 4 actively maintained, 450 combined GitHub stars, oldest repo from Oct 2025. Full record: all servers from aahl.

  1. AkTools MCP Server MCP Server for stock and crypto ★ 392
  2. MCP Server for Binge-watch MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放 ★ 27
  3. OKX MCP Server MCP Server for okx.com ★ 2

05 · Facts

category
communication - ranked #44 of 99 actively-maintained communication servers as of 2026-08-25.
registry
io.github.aahl/mcp-notify (active, first published 2025-10-25 · 11 versions)
packages
pypi:mcp-notify · oci:ghcr.io/aahl/mcp-notify:latest

06 · Notify MCP Server FAQ

What is Notify MCP Server?

提供消息推送的 MCP (Model Context Protocol) 服务器,支持企业微信、钉钉、Telegram、Bark、Lark、飞书、Home Assistant. It runs locally over stdio via the published package.

Is Notify MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-26. We re-verify nightly.

How do I install Notify MCP Server?

Run `uvx mcp-notify`. The README documents one environment variable (WEWORK_BOT_KEY) to set first. You can also paste the ready-made client config above.

Does Notify MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Notify MCP Server

More communication MCP servers · macOS-only MCP server that exposes iMessage chat · Pickle · Agent Phone · Agentspore

More Python MCP servers · OKX MCP Server · Server for Binge-watch · Dekko · Hotin · Promptheus · see all