- Explore MCP Servers
- mcp-gotify
Mcp Gotify
What is Mcp Gotify
mcp-gotify is an MCP server designed for sending push notifications through the Gotify service, enabling users to receive real-time alerts and updates.
Use cases
Use cases for mcp-gotify include sending alerts for system events, notifying users about updates or changes in applications, and integrating with IoT devices for real-time communication.
How to use
To use mcp-gotify, you need to set up the server by configuring the command and arguments in the JSON format. You can install it by cloning the repository and running the server using the provided commands.
Key features
Key features of mcp-gotify include easy integration with Gotify, support for push notifications, and a simple installation process using standard input or server-sent events (SSE).
Where to use
mcp-gotify can be used in various fields where real-time notifications are essential, such as monitoring systems, alerting applications, and user engagement platforms.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Gotify
mcp-gotify is an MCP server designed for sending push notifications through the Gotify service, enabling users to receive real-time alerts and updates.
Use cases
Use cases for mcp-gotify include sending alerts for system events, notifying users about updates or changes in applications, and integrating with IoT devices for real-time communication.
How to use
To use mcp-gotify, you need to set up the server by configuring the command and arguments in the JSON format. You can install it by cloning the repository and running the server using the provided commands.
Key features
Key features of mcp-gotify include easy integration with Gotify, support for push notifications, and a simple installation process using standard input or server-sent events (SSE).
Where to use
mcp-gotify can be used in various fields where real-time notifications are essential, such as monitoring systems, alerting applications, and user engagement platforms.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










