Skip to main content
CommunicationTypeScript

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!)

communicationcloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/gitmotion/ntfy-me-mcp

Claude 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.

Details

Category
Communication
Language
TypeScript
Author
gitmotion