ntfy-me-mcp 📤

ntfy-me-mcp 📤

An ntfy MCP server for sending ntfy notifications to your self-hosted ntfy server 📤 (supports secure token auth - use with npx or docker!)

Dieg0ski

Developer Tools
Visit Server

README

ntfy-me-mcp 📤

GitHub Release
Download Latest Release

Welcome to ntfy-me-mcp, an efficient server designed to send notifications to your self-hosted ntfy server. This project supports secure token authentication and can be run using either npx or Docker.

Table of Contents

Introduction

ntfy-me-mcp simplifies the process of sending notifications to your self-hosted ntfy server. By leveraging the Model Context Protocol (MCP), it allows for a seamless experience in managing notifications. Whether you are an individual developer or part of a larger team, this tool provides a reliable way to handle notifications.

Features

  • Secure Token Authentication: Protect your notifications with token-based security.
  • Easy to Use: Get started quickly with minimal setup.
  • Docker Support: Run your server in a containerized environment.
  • Cross-Platform: Compatible with both Linux and Windows systems.
  • Lightweight: Designed to use minimal resources while maintaining performance.

Installation

To get started with ntfy-me-mcp, follow these simple steps.

Prerequisites

Before installing, ensure you have the following:

  • Node.js installed (for npx usage)
  • Docker installed (for container usage)
  • Access to a self-hosted ntfy server

Using npx

  1. Open your terminal.

  2. Run the following command:

    npx ntfy-me-mcp
    

This command will fetch the latest version and run it directly.

Using Docker

  1. Pull the Docker image:

    docker pull dieg0ski/ntfy-me-mcp
    
  2. Run the Docker container:

    docker run -d dieg0ski/ntfy-me-mcp
    

Configuration

After installation, configure your server settings in the configuration file. Ensure you set the appropriate environment variables for your token authentication.

Usage

Once installed, you can start sending notifications to your ntfy server.

Sending a Notification

To send a notification, use the following command:

npx ntfy-me-mcp send "Your notification message"

Secure Token Authentication

To use secure token authentication, pass your token as an environment variable:

TOKEN=your_secure_token npx ntfy-me-mcp send "Your notification message"

Docker Usage

If you are using Docker, you can pass the token as an environment variable when running the container:

docker run -e TOKEN=your_secure_token dieg0ski/ntfy-me-mcp send "Your notification message"

Contributing

We welcome contributions to ntfy-me-mcp! If you have suggestions or improvements, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes.
  4. Push your branch to your forked repository.
  5. Create a pull request.

Please ensure your code adheres to our coding standards and includes tests where applicable.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions or feedback, please reach out via GitHub issues or contact the project maintainer directly.

Download Latest Release

Explore the Releases section for the latest updates and changes. If you encounter any issues, feel free to check there for solutions or updates.


Thank you for using ntfy-me-mcp! We hope it enhances your notification management experience.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
MCP Package Docs Server

MCP Package Docs Server

Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.

Featured
Local
TypeScript
Claude Code MCP

Claude Code MCP

An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.

Featured
Local
JavaScript
@kazuph/mcp-taskmanager

@kazuph/mcp-taskmanager

Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.

Featured
Local
JavaScript
Linear MCP Server

Linear MCP Server

Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.

Featured
JavaScript
mermaid-mcp-server

mermaid-mcp-server

A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.

Featured
JavaScript
Jira-Context-MCP

Jira-Context-MCP

MCP server to provide Jira Tickets information to AI coding agents like Cursor

Featured
TypeScript
Linear MCP Server

Linear MCP Server

A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Featured
JavaScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python