Skip to content

Commit d754be9

Browse files
committed
Updated smithery.ai addition
1 parent b535580 commit d754be9

File tree

4 files changed

+21
-16
lines changed

4 files changed

+21
-16
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
21
FROM node:20-slim
32

43
WORKDIR /app

README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# 📤 ntfy-me-mcp
2-
[![smithery badge](https://smithery.ai/badge/@gitmotion/ntfy-me-mcp)](https://smithery.ai/server/@gitmotion/ntfy-me-mcp)
32
[![TypeScript](https://img.shields.io/badge/TypeScript-5.8.2-blue.svg?logo=typescript)](https://www.typescriptlang.org/)
43
[![Model Context Protocol](https://img.shields.io/badge/MCP-1.8.0-green.svg?logo=anthropic)](https://modelcontextprotocol.io/)
54
[![NPM Version](https://img.shields.io/npm/v/ntfy-me-mcp.svg?logo=npm&color=orange)](https://www.npmjs.com/package/ntfy-me-mcp)
65
[![Docker Image Version](https://img.shields.io/docker/v/gitmotion/ntfy-me-mcp?logo=docker&label=Docker)](https://hub.docker.com/r/gitmotion/ntfy-me-mcp)
76
[![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE)
87
[![GitHub](https://img.shields.io/github/stars/gitmotion/ntfy-me-mcp?style=social)](https://github.com/gitmotion/ntfy-me-mcp)
8+
<a href="https://www.buymeacoffee.com/gitmotion" target="_blank" rel="noopener noreferrer">
9+
<img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy me a coffee" width="105px" />
10+
</a>
911

1012
> A streamlined Model Context Protocol (MCP) server for sending notifications via ntfy service (public or selfhosted with token support) 📲
1113
12-
<a href="https://glama.ai/mcp/servers/@gitmotion/ntfy-me-mcp">
13-
<img width="380" height="200" src="https://glama.ai/mcp/servers/@gitmotion/ntfy-me-mcp/badge" alt="ntfy-me-mcp MCP server" />
14-
</a>
14+
### Available via:
1515

16+
| Name | Link / Badge |
17+
|------|------|
18+
| Glama.ai | <a href="https://glama.ai/mcp/servers/@gitmotion/ntfy-me-mcp"><img width="250" src="https://glama.ai/mcp/servers/@gitmotion/ntfy-me-mcp/badge" alt="ntfy-me-mcp MCP server" /></a> |
19+
| Smithery.ai | [![smithery badge](https://smithery.ai/badge/@gitmotion/ntfy-me-mcp)](https://smithery.ai/server/@gitmotion/ntfy-me-mcp) |
1620
## Overview
1721

1822
ntfy-me-mcp provides AI assistants with the ability to send real-time notifications to your devices through the [ntfy](https://ntfy.sh) service (either public or selfhosted with token support). Get notified when your AI completes tasks, encounters errors, or reaches important milestones - all without constant monitoring.
@@ -43,6 +47,7 @@ The server includes intelligent features like automatic URL detection for creati
4347
- [Option 3: Install Locally](#option-3-install-locally)
4448
- [Option 4: Build and Use Locally](#option-4-build-and-use-locally-with-node-command)
4549
- [Using locally built server with MCP](#using-locally-built-server-with-mcp)
50+
- [Option 5: MCP Marketplace Installations](#option-5-mcp-marketplace-installations)
4651
- [Configuration](#configuration)
4752
- [Environment Variables](#environment-variables)
4853
- [Usage](#usage)
@@ -193,14 +198,6 @@ In your MCP configuration (e.g., VS Code settings.json):
193198

194199
## Installation
195200

196-
### Installing via Smithery
197-
198-
To install ntfy-me-mcp for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@gitmotion/ntfy-me-mcp):
199-
200-
```bash
201-
npx -y @smithery/cli install @gitmotion/ntfy-me-mcp --client claude
202-
```
203-
204201
If you need to install and run the server directly (alternative to the MCP configuration above):
205202

206203
### Option 1: Install globally
@@ -281,6 +278,15 @@ When configuring your MCP to use a locally built version, specify the node comma
281278

282279
Remember to use the absolute path to your build/index.js file in the args array.
283280

281+
### Option 5: MCP Marketplace installations
282+
#### Installing via Smithery
283+
284+
To install ntfy-me-mcp for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@gitmotion/ntfy-me-mcp):
285+
286+
```bash
287+
npx -y @smithery/cli install @gitmotion/ntfy-me-mcp --client claude
288+
```
289+
284290
## Configuration
285291

286292
### Environment Variables

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ntfy-me-mcp",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "An ntfy MCP server for sending ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)",
55
"keywords": [
66
"ntfy",

0 commit comments

Comments
 (0)