ntfy-mcp
by MahdiHedhli
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NTFY_TOKEN | No | Bearer token used for the Authorization header. | |
| NTFY_TOPIC | Yes | Default topic. Must pass topic validation. | |
| NTFY_SOURCE | No | Operator-controlled source label. | agent |
| NTFY_DRY_RUN | No | Validate and return success without network I/O. | false |
| NTFY_BASE_URL | No | HTTPS ntfy server base URL. | https://ntfy.sh |
| NTFY_ALLOWED_TOPICS | No | Comma-separated allow-list of topics. | NTFY_TOPIC |
| NTFY_DEFAULT_PRIORITY | No | Default priority for info and success. | 3 |
| NTFY_MAX_MESSAGE_LENGTH | No | Maximum message length before truncation. | 1800 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| notify_userB | Send an allow-listed ntfy push notification to the configured user. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/MahdiHedhli/ntfy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server