gitmotion/ntfy-me-mcp
Overview
An MCP server for sending and fetching ntfy notifications from AI Agents to self-hosted ntfy servers, supporting secure token authentication, rich notifications, and real-time updates.
Capabilities
- • prompt templates
- • authentication support
- • github integration
Best For
ntfy MCP server for AI Agents: send/fetch notifications to self-hosted ntfy servers with secure token auth and real-time updates.
Decision Snapshot
Install
available
Usage
available
Docs
2 links
Config
7 strong hints
Capabilities
3 key capabilities detected
- • GitHub stars: 56
- • Forks: 12
- • Source provenance count: 1
- • Last seen: 4/3/2026
- • Published: 3/17/2026
Installation / Setup
npm install -g ntfy-me-mcp
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Review official documentation and source metadata for complete setup parameters.
{
"mcpServers": {
"ntfy-me-mcp": {
"command": "npx",
"args": [
"ntfy-me-mcp"
]
}
}
}Usage
{ && "ntfy-me-mcp": { && "command": "npx", && "args": ["ntfy-me-mcp"],Features
- • 🔔 **Real-time Notifications**: Get updates on your phone/desktop when tasks complete
- • 🎨 **Rich Notifications**: Support for topic, title, priorities, emoji tags, and detailed messages
- • 🔍 **Notification Fetching**: Fetch and filter cached messages from your ntfy topics
- • 🎯 **Smart Action Links**: Automatically detects URLs in messages and creates view actions
- • 📄 **Intelligent Markdown**: Auto-detects and enables markdown formatting when present
- • 🔒 **Secure**: Optional authentication with access tokens
- • 🔑 **Input Masking**: Securely store your ntfy token in your vs config!
- • 🌐 **Self-hosted Support**: Works with both ntfy.sh and self-hosted ntfy instances
Use Cases
- • Supports capabilities such as: prompt templates; authentication support; github integration.
- • Common usage themes: mcp, curated, markdown-list, awesome-mcp-servers-punkpeye.
Supported Clients / Integrations
- • prompt templates
- • authentication support
- • github integration
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• { && "ntfy-me-mcp": { && "command": "npx", && "args": ["ntfy-me-mcp"],
Notes / Requirements
- • Primary language: TypeScript
- • License: GPL-3.0
- • Documentation coverage: medium
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
lharries/whatsapp-mcp
An MCP server for searching personal WhatsApp messages, contacts, and sending messages to individuals or groups.
line/line-bot-mcp-server
An MCP server for integrating LINE Official Accounts, built with TypeScript/JavaScript.
joinly-ai/joinly
An MCP server enabling AI agents to interact with browser-based meeting platforms (Zoom, Teams, Google Meet) by sending bots, gathering live transcripts, speaking text, and sending chat messages.
chaindead/telegram-mcp
A Python tool for Telegram API integration, enabling access to user data, dialog management (chats, channels, groups), message retrieval, sending, and read status handling.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.