mcpbeat

Gotify MCP Server

by tootie
local only

Gotify MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from pypi.

MCP server for self-hosted Gotify push notifications and message management.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 212 · avg 42 · +4% w/w
a month agotoday
74
Installs / week
pypi · gotify-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gotify-mcp -- uvx gotify-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gotify-mcp": {
      "args": [
        "gotify-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gotify-mcp]
command = "uvx"
args = ["gotify-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gotify-mcp": {
      "args": [
        "gotify-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gotify-mcp": {
      "args": [
        "gotify-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Gotify MCP

same job, measured the same way
Gotify RMCP
by dinglebear

Rust MCP server and CLI for Gotify push notifications and message management.

119 installs/wk local only
Gotify MCP
by kcofoni

MCP server for Gotify push notifications - send messages and manage apps/clients.

local only
Gotify RMCP
by dinglebear

Gotify notifications and app, client, and message management over MCP and CLI.

66 installs/wk local only
Ntfy MCP Server
by cyanheads

Send, manage, and replay ntfy push notifications via MCP.

549 installs/wk local only
Semrush Appcenter
by mcparmory

Manage subscriptions, users, and send event notifications for Semrush apps

121 installs/wk local only
Acmt001 MCP
by sebastienrousseau

MCP server for ISO 20022 acmt.001 account management message generation and validation.

582 installs/wk local only
I
Sling CLI
by flarco

Sling CLI MCP server for data pipeline and replication management

local only
MCP Shorturl
by acedatacloud

MCP server for URL shortening and management

796 installs/wk answering

Gotify MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gotify MCP?
Gotify MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package gotify-mcp was installed 74 times last week.
Is Gotify MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Gotify MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gotify-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Gotify MCP?
The pypi package gotify-mcp was installed 74 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.