Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Gotify

FreeNot checked

MCP server for sending Gotify push notifications to your devices.

GitHubEmbed

About

MCP server for sending Gotify push notifications to your devices.

README

Add to Cursor Add to VS Code Add to Claude Add to ChatGPT Add to Codex Add to Gemini

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

from github.com/fastmcp-me/mcp-gotify

Install Gotify in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-gotify

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcp-gotify -- uvx mcp-gotify

FAQ

Is Gotify MCP free?

Yes, Gotify MCP is free — one-click install via Unyly at no cost.

Does Gotify need an API key?

No, Gotify runs without API keys or environment variables.

Is Gotify hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Gotify in Claude Desktop, Claude Code or Cursor?

Open Gotify on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Gotify with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs