Gotify MCP
Rank #12,923tv.tootie/gotify-mcp
MCP server for self-hosted Gotify push notifications and message management.
Gotify MCP is a Model Context Protocol (MCP) server published by jmagar. It ranks #12,923 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Gotify MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 10, 2025 and most recently updated on Apr 4, 2026.
Ranks ahead of 102,537 of 115,460 servers on MCP Toplist.
Use Gotify MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gotify-mcp -e "GOTIFY_URL=<your GOTIFY_URL>" -e "GOTIFY_APP_TOKEN=<your GOTIFY_APP_TOKEN>" -e "GOTIFY_CLIENT_TOKEN=<your GOTIFY_CLIENT_TOKEN>" -e "GOTIFY_MCP_TRANSPORT=<your GOTIFY_MCP_TRANSPORT>" -- uvx gotify-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gotify-mcp]
command = "uvx"
args = ["gotify-mcp"]
[mcp_servers.gotify-mcp.env]
GOTIFY_URL = "<your GOTIFY_URL>"
GOTIFY_APP_TOKEN = "<your GOTIFY_APP_TOKEN>"
GOTIFY_CLIENT_TOKEN = "<your GOTIFY_CLIENT_TOKEN>"
GOTIFY_MCP_TRANSPORT = "<your GOTIFY_MCP_TRANSPORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gotify-mcp": {
"command": "uvx",
"args": [
"gotify-mcp"
],
"env": {
"GOTIFY_URL": "<your GOTIFY_URL>",
"GOTIFY_APP_TOKEN": "<your GOTIFY_APP_TOKEN>",
"GOTIFY_CLIENT_TOKEN": "<your GOTIFY_CLIENT_TOKEN>",
"GOTIFY_MCP_TRANSPORT": "<your GOTIFY_MCP_TRANSPORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gotify-mcp": {
"command": "uvx",
"args": [
"gotify-mcp"
],
"env": {
"GOTIFY_URL": "<your GOTIFY_URL>",
"GOTIFY_APP_TOKEN": "<your GOTIFY_APP_TOKEN>",
"GOTIFY_CLIENT_TOKEN": "<your GOTIFY_CLIENT_TOKEN>",
"GOTIFY_MCP_TRANSPORT": "<your GOTIFY_MCP_TRANSPORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gotify-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gotify-mcp"
],
"env": {
"GOTIFY_URL": "<your GOTIFY_URL>",
"GOTIFY_APP_TOKEN": "<your GOTIFY_APP_TOKEN>",
"GOTIFY_CLIENT_TOKEN": "<your GOTIFY_CLIENT_TOKEN>",
"GOTIFY_MCP_TRANSPORT": "<your GOTIFY_MCP_TRANSPORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gotify-mcp": {
"command": "uvx",
"args": [
"gotify-mcp"
],
"env": {
"GOTIFY_URL": "<your GOTIFY_URL>",
"GOTIFY_APP_TOKEN": "<your GOTIFY_APP_TOKEN>",
"GOTIFY_CLIENT_TOKEN": "<your GOTIFY_CLIENT_TOKEN>",
"GOTIFY_MCP_TRANSPORT": "<your GOTIFY_MCP_TRANSPORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gotify-mcp": {
"command": "uvx",
"args": [
"gotify-mcp"
],
"env": {
"GOTIFY_URL": "<your GOTIFY_URL>",
"GOTIFY_APP_TOKEN": "<your GOTIFY_APP_TOKEN>",
"GOTIFY_CLIENT_TOKEN": "<your GOTIFY_CLIENT_TOKEN>",
"GOTIFY_MCP_TRANSPORT": "<your GOTIFY_MCP_TRANSPORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/tv.tootie%2Fgotify-mcp)<a href="https://mcptoplist.com/server/tv.tootie%2Fgotify-mcp"><img src="https://mcptoplist.com/badge/tv.tootie%2Fgotify-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
jmagar
Other servers by jmagar
- Labby#2,808 · 3 vers
- Unraid MCP#3,147 · 5 vers
- Yarr MCP#3,286 · 5 vers
- Soma#4,679 · 8 vers
- Unraid RMCP#6,943 · 1 ver
- Tailscale RMCP#7,114 · 2 vers
- Apprise RMCP#8,185 · 2 vers
- Arcane RMCP#8,326 · 2 vers
- Gotify RMCP#8,590 · 3 vers
- YTDL RMCP#8,747 · 2 vers
- Synapse RMCP#9,392 · 2 vers
- UniFi RMCP#9,507 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.3.1 | Apr 4, 2026 |
| 0.3.0 | Apr 4, 2026 |
Frequently asked questions
- Who maintains Gotify MCP?
- Gotify MCP is maintained by jmagar, which publishes 29 MCP servers (50 total versions) tracked on MCP Toplist.
- Is Gotify MCP listed on the Official MCP Registry?
- Yes — Gotify MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Gotify MCP have?
- MCP Toplist tracks 2 versions of Gotify MCP, most recently published on Apr 4, 2026.
- Where can I find the source code for Gotify MCP?
- The source code for Gotify MCP is hosted at github.com/jmagar/gotify-mcp.