gitmotion/ntfy-me-mcp
An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents π€ (supports secure token auth & more - use with npx or docker!)
Quick Start
Clone the repository:
git clone https://github.com/gitmotion/ntfy-me-mcpClaude Desktop configuration example:
{
"mcpServers": {
"ntfy-me-mcp": {
"command": "npx",
"args": [
"-y",
"gitmotion/ntfy-me-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.