|
1 | 1 | # 📤 ntfy-me-mcp |
2 | | -[](https://smithery.ai/server/@gitmotion/ntfy-me-mcp) |
3 | 2 | [](https://www.typescriptlang.org/) |
4 | 3 | [](https://modelcontextprotocol.io/) |
5 | 4 | [](https://www.npmjs.com/package/ntfy-me-mcp) |
6 | 5 | [](https://hub.docker.com/r/gitmotion/ntfy-me-mcp) |
7 | 6 | [](LICENSE) |
8 | 7 | [](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> |
9 | 11 |
|
10 | 12 | > A streamlined Model Context Protocol (MCP) server for sending notifications via ntfy service (public or selfhosted with token support) 📲 |
11 | 13 |
|
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: |
15 | 15 |
|
| 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 | [](https://smithery.ai/server/@gitmotion/ntfy-me-mcp) | |
16 | 20 | ## Overview |
17 | 21 |
|
18 | 22 | 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 |
43 | 47 | - [Option 3: Install Locally](#option-3-install-locally) |
44 | 48 | - [Option 4: Build and Use Locally](#option-4-build-and-use-locally-with-node-command) |
45 | 49 | - [Using locally built server with MCP](#using-locally-built-server-with-mcp) |
| 50 | + - [Option 5: MCP Marketplace Installations](#option-5-mcp-marketplace-installations) |
46 | 51 | - [Configuration](#configuration) |
47 | 52 | - [Environment Variables](#environment-variables) |
48 | 53 | - [Usage](#usage) |
@@ -193,14 +198,6 @@ In your MCP configuration (e.g., VS Code settings.json): |
193 | 198 |
|
194 | 199 | ## Installation |
195 | 200 |
|
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 | | - |
204 | 201 | If you need to install and run the server directly (alternative to the MCP configuration above): |
205 | 202 |
|
206 | 203 | ### Option 1: Install globally |
@@ -281,6 +278,15 @@ When configuring your MCP to use a locally built version, specify the node comma |
281 | 278 |
|
282 | 279 | Remember to use the absolute path to your build/index.js file in the args array. |
283 | 280 |
|
| 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 | + |
284 | 290 | ## Configuration |
285 | 291 |
|
286 | 292 | ### Environment Variables |
|
0 commit comments