Gotify Notifications

Gotify Notifications

secretiveshell

Sends push notifications to Gotify servers with custom titles and messages through environment variable configuration.

Sends push notifications with customized titles and messages to any Gotify server through environment variable configuration.

4270 views4Local (stdio)

What it does

  • Send push notifications to Gotify servers
  • Customize notification titles and messages
  • Configure server connection via environment variables

Best for

Alerting team members about system eventsAutomating notification workflowsSelf-hosted push notification systems
Works with any Gotify serverEnvironment-based configuration

About Gotify Notifications

Gotify Notifications is a community-built MCP server published by secretiveshell that provides AI assistants with tools and capabilities via the Model Context Protocol. Send push notifications with custom titles and messages to any Gotify server using easy environment variable configurati It is categorized under communication.

How to install

You can install Gotify Notifications in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

Gotify Notifications is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

MCP-gotify

MCP server for sending gotify push notifications.

Installation

stdio

claude json:

{
    "mcpServers": {
        "mcp-gotify": {
            "command": "uvx",
            "args": ["mcp-gotify"],
            "env": {
                "GOTIFY_SERVER": "http://localhost:2081", // Change this to your gotify server
                "GOTIFY_TOKEN": "YOUR TOKEN" // Get this from gotify
            }
        }
    }
}

sse

git clone https://github.com/SecretiveShell/mcp-gotify
cd mcp-gotify
uv run mcp-gotify-sse

License

MIT

Alternatives

Related Skills

Browse all skills
response-drafting

Draft professional, empathetic customer-facing responses adapted to the situation, urgency, and channel. Use when responding to customer tickets, escalations, outage notifications, bug reports, feature requests, or any customer-facing communication.

2
telegram-compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting with visual hierarchy. Default to this skill for substantive Telegram communication.

2
twilio-communications

Build communication features with Twilio: SMS messaging, voice calls, WhatsApp Business API, and user verification (2FA). Covers the full spectrum from simple notifications to complex IVR systems and multi-channel authentication. Critical focus on compliance, rate limits, and error handling. Use when: twilio, send SMS, text message, voice call, phone verification.

2
azure-communication-chat-java

Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time chat features.

1
azure-communication-sms-java

Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports.

1
ux-writing

Create user-centered, accessible interface copy (microcopy) for digital products including buttons, labels, error messages, notifications, forms, onboarding, empty states, success messages, and help text. Use when writing or editing any text that appears in apps, websites, or software interfaces, designing conversational flows, establishing voice and tone guidelines, auditing product content for consistency and usability, reviewing UI strings, or improving existing interface copy. Applies UX writing best practices based on four quality standards — purposeful, concise, conversational, and clear. Includes accessibility guidelines, research-backed benchmarks (sentence length, comprehension rates, reading levels), expanded error patterns, tone adaptation frameworks, and comprehensive reference materials.

31