notification-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@notification-mcpSend a push notification saying 'Hello from MCP'."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
消息推送服务 (MCP)
这是一个使用 FastMCP 框架构建的消息推送服务集合。它支持 Bark 和 PushDeer。

使用
这个包提供了两个主要命令:mcp-bark 和 mcp-pushdeer。你可以使用像 uvx 或 pipx 这样的工具来运行它们。
使用 uvx 的例子:
# 运行 Bark 服务
# 这将启动 Bark 通知的 MCP 服务器
uvx --from notification_mcp mcp-bark
# 运行 PushDeer 服务
# 这将启动 PushDeer 通知的 MCP 服务器
uvx --from notification_mcp mcp-pushdeer一旦服务启动,你就可以使用 FastMCP 客户端或其他兼容方法来与工具(如 send_message)进行交互。
Related MCP server: Jon's Pushover MCP Server
环境变量
在运行命令之前,请配置以下环境变量:
对于 Bark (mcp-bark):
BARK_DEVICE_KEYS: 必需。逗号分隔的 Bark 设备密钥列表(例如key1,key2)。BARK_SERVER: 可选。自建 Bark 服务器 URL,默认为https://api.day.app。
对于 PushDeer (mcp-pushdeer):
PUSHDEER_KEYS: 必需。逗号分隔的 PushDeer 密钥列表(例如keyA,keyB)。PUSHDEER_SERVER: 可选。自建 PushDeer 服务器 URL,默认为https://api2.pushdeer.com。
功能
Bark 服务 (mcp-bark)
提供以下工具:
send_message(title: str, content: str) -> str: 向所有配置的 Bark 设备发送带有指定标题和内容的通知。
PushDeer 服务 (mcp-pushdeer)
提供以下工具:
send_message(text: str, desp: Optional[str] = None, type: str = 'text', pushkey: Optional[str] = None) -> str: 发送消息。type可以是 'text'、'markdown' 或 'image'(其中text是图像 URL)。send_markdown(markdown: str, desp: Optional[str] = None, pushkey: Optional[str] = None) -> str: 一个发送 Markdown 消息的便捷工具。send_image(image_url: str, desp: Optional[str] = None, pushkey: Optional[str] = None) -> str: 一个通过 URL 发送图像消息的便捷工具。
许可
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables sending notifications through multiple messaging platforms including WeWork, DingTalk, Telegram, Bark, Lark, Feishu, and Home Assistant. Supports text, images, videos, audio, and file messages across different communication channels.Last updated2128MIT
- AlicenseAqualityDmaintenanceEnables sending push notifications to your devices via Pushover, allowing you to receive alerts and messages with customizable titles, URLs, priorities, and sounds.Last updated12MIT
- Alicense-qualityCmaintenanceEnables sending real-time and webhook notifications when AI agents complete tasks, with support for Discord, Slack, Teams, Feishu, Ntfy, and custom webhooks.Last updated5MIT
- Alicense-qualityDmaintenanceEnables sending iOS push notifications through the Bark service directly from Claude conversations. Supports device aliases, all Bark API parameters, and async delivery.Last updated832MIT
Related MCP Connectors
Push notifications for AI agents - send instant iPhone notifications from any MCP client.
Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification.
Publish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ch1y1z1/notification-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server