mcpbeat Sign in

Gotify MCP Server

local only

Gotify MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 59 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 24 · avg 10 · -20% w/w
a month agotoday
59
Installs / week
pypi · gotify-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

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"
    }
  }
}

This one needs environment variables set before it will start: GOTIFY_URL (Base URL of your Gotify server, e.g. https://gotify.example.com. No trailing slash.), GOTIFY_APP_TOKEN (Gotify application token for sending messages (Settings > Apps > Create Application).), GOTIFY_CLIENT_TOKEN (Gotify client token for management operations (Settings > Clients).), GOTIFY_MCP_TRANSPORT (Set to 'stdio' when running as a local subprocess. Default is 'http' for container deployments.). The author declared them in the registry entry; get the values from the project itself.

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.

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.

60 installs/wk local only
Ntfy MCP Server
by cyanheads

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

508 installs/wk local only
Mealie MCP Server
by ni-c

MCP server for Mealie, the self-hosted recipe manager and meal planner

57 installs/wk local only
Semrush Appcenter
by mcparmory

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

260 installs/wk local only
Acmt001 MCP
by sebastienrousseau

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

294 installs/wk local only
I
Sling CLI
by flarco

Sling CLI MCP server for data pipeline and replication management

local only

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 59 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 59 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.