Gotify MCP
Rank #13,350io.github.kcofoni/gotify-mcp
MCP server providing gotify-mcp capabilities
Gotify MCP is a Model Context Protocol (MCP) server published by jmagar. It ranks #13,350 of 132,608 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Gotify MCP is listed on Official MCP, with 3 tracked versions. It was first listed on Dec 22, 2025 and most recently updated on Dec 22, 2025.
Ranks ahead of 119,258 of 132,608 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_CLIENT_TOKEN=<your GOTIFY_CLIENT_TOKEN>" -e "GOTIFY_APP_TOKEN=<your GOTIFY_APP_TOKEN>" -e "GOTIFY_MCP_PORT=<your GOTIFY_MCP_PORT>" -e "GOTIFY_MCP_TRANSPORT=<your GOTIFY_MCP_TRANSPORT>" -- docker run -i --rm docker.io/kcofoni/gotify-mcp:v1.0.1Replace each placeholder with your own value before saving.
[mcp_servers.gotify-mcp]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/kcofoni/gotify-mcp:v1.0.1"]
[mcp_servers.gotify-mcp.env]
GOTIFY_URL = "<your GOTIFY_URL>"
GOTIFY_CLIENT_TOKEN = "<your GOTIFY_CLIENT_TOKEN>"
GOTIFY_APP_TOKEN = "<your GOTIFY_APP_TOKEN>"
GOTIFY_MCP_PORT = "<your GOTIFY_MCP_PORT>"
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": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/gotify-mcp:v1.0.1"
],
"env": {
"GOTIFY_URL": "<your GOTIFY_URL>",
"GOTIFY_CLIENT_TOKEN": "<your GOTIFY_CLIENT_TOKEN>",
"GOTIFY_APP_TOKEN": "<your GOTIFY_APP_TOKEN>",
"GOTIFY_MCP_PORT": "<your GOTIFY_MCP_PORT>",
"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": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/gotify-mcp:v1.0.1"
],
"env": {
"GOTIFY_URL": "<your GOTIFY_URL>",
"GOTIFY_CLIENT_TOKEN": "<your GOTIFY_CLIENT_TOKEN>",
"GOTIFY_APP_TOKEN": "<your GOTIFY_APP_TOKEN>",
"GOTIFY_MCP_PORT": "<your GOTIFY_MCP_PORT>",
"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": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/gotify-mcp:v1.0.1"
],
"env": {
"GOTIFY_URL": "<your GOTIFY_URL>",
"GOTIFY_CLIENT_TOKEN": "<your GOTIFY_CLIENT_TOKEN>",
"GOTIFY_APP_TOKEN": "<your GOTIFY_APP_TOKEN>",
"GOTIFY_MCP_PORT": "<your GOTIFY_MCP_PORT>",
"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": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/gotify-mcp:v1.0.1"
],
"env": {
"GOTIFY_URL": "<your GOTIFY_URL>",
"GOTIFY_CLIENT_TOKEN": "<your GOTIFY_CLIENT_TOKEN>",
"GOTIFY_APP_TOKEN": "<your GOTIFY_APP_TOKEN>",
"GOTIFY_MCP_PORT": "<your GOTIFY_MCP_PORT>",
"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": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/gotify-mcp:v1.0.1"
],
"env": {
"GOTIFY_URL": "<your GOTIFY_URL>",
"GOTIFY_CLIENT_TOKEN": "<your GOTIFY_CLIENT_TOKEN>",
"GOTIFY_APP_TOKEN": "<your GOTIFY_APP_TOKEN>",
"GOTIFY_MCP_PORT": "<your GOTIFY_MCP_PORT>",
"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/io.github.kcofoni%2Fgotify-mcp)<a href="https://mcptoplist.com/server/io.github.kcofoni%2Fgotify-mcp"><img src="https://mcptoplist.com/badge/io.github.kcofoni%2Fgotify-mcp.svg" alt="MCP Toplist: Top 25% of 132,608" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
jmagar
Other servers by jmagar
- Labby#1,856 · 9 vers
- Unraid MCP#3,352 · 22 vers
- Yarr MCP#5,531 · 2 vers
- Unraid RMCP#7,515 · 1 ver
- Soma#8,108 · 7 vers
- UniFi RMCP#9,872 · 2 vers
- Tailscale RMCP#10,150 · 2 vers
- Arcane RMCP#10,682 · 2 vers
- UniFi MCP#12,112 · 1 ver
- Synapse RMCP#12,453 · 2 vers
- Overseerr MCP#12,566 · 1 ver
- Apprise RMCP#12,801 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Dec 22, 2025 |
| 1.0.0 | Dec 22, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Gotify MCP?
- Gotify MCP is maintained by jmagar, which publishes 31 MCP servers (76 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.
- How many versions does Gotify MCP have?
- MCP Toplist tracks 3 versions of Gotify MCP, most recently published on Dec 22, 2025.
- Where can I find the source code for Gotify MCP?
- The source code for Gotify MCP is hosted at github.com/jmagar/yarr-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.