mcp-ntfy
Send and poll push notifications via ntfy.sh, with support for custom topics, priorities, tags, actions, scheduling, message filtering, and server health checks.
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., "@mcp-ntfySend a push notification saying 'Hello' to my topic"
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-ntfy
MCP server for ntfy push notifications. Send and poll notifications from any MCP-compatible client.
Installation
npx mcp-ntfyRelated MCP server: ntfy-mcp
Configuration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ntfy": {
"command": "npx",
"args": ["-y", "mcp-ntfy"],
"env": {
"NTFY_URL": "https://ntfy.sh",
"NTFY_TOKEN": "tk_...",
"NTFY_TOPIC": "my-notifications"
}
}
}
}Claude Code
Add to your Claude Code MCP settings:
{
"mcpServers": {
"ntfy": {
"command": "npx",
"args": ["-y", "mcp-ntfy"],
"env": {
"NTFY_URL": "https://ntfy.sh",
"NTFY_TOKEN": "tk_...",
"NTFY_TOPIC": "my-notifications"
}
}
}
}Environment Variables
Variable | Required | Default | Description |
| No |
| ntfy server base URL |
| No | — | Bearer token for authentication |
| No | — | Default topic (used when tool calls omit topic) |
Tools
publish
Send a push notification to an ntfy topic.
Parameter | Type | Required | Description |
| string | No* | Topic name (*required if |
| string | Yes | Notification body |
| string | No | Notification title |
| number | No | 1=min, 2=low, 3=default, 4=high, 5=urgent |
| string[] | No | Emoji shortcodes, e.g. |
| string | No | URL to open on tap |
| string | No | File URL to attach |
| string | No | Attachment filename |
| string | No | Notification icon URL |
| string | No | Delay: |
| boolean | No | Enable Markdown formatting |
| Action[] | No | Up to 3 action buttons |
poll
Poll for cached messages from an ntfy topic.
Parameter | Type | Required | Description |
| string | No* | Topic to poll (*required if |
| string | No | Duration ( |
| boolean | No | Include scheduled messages |
| string | No | Filter by message ID |
| string | No | Filter by message text |
| string | No | Filter by title |
| string | No | Filter by priority (comma-separated) |
| string | No | Filter by tags (comma-separated, AND logic) |
server_health
Check ntfy server health status and message statistics. No parameters.
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for Ably — channel history, presence, occupancy, stats, publish, and app management.
MCP server for MailTempo's public free temporary email inboxes.
MCP server wrapping the Tesla Fleet API and TeslaMate API
MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server for sending Gotify push notifications to your devices.1MIT
- AlicenseCqualityDmaintenanceMCP server for sending notifications to ntfy.sh or self-hosted ntfy instances.219MIT
- AlicenseBqualityDmaintenanceA lightweight MCP server for sending push notifications via ntfy.sh, supporting customizable titles, priorities, tags, and action buttons.1106MIT
- AlicenseNot gradedqualityAmaintenanceMCP server and CLI for Gotify that lets agents send push notifications, check server health, list messages, and manage Gotify apps and clients over stdio or streamable HTTP, with authentication support.2AGPL 3.0
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/mambucodev/mcp-ntfy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server