← Index

io.github.kcofoni/gotify-mcp

io.github.kcofoni/gotify-mcp·v1.0.1·Other
Quality Score
78
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "gotify-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/kcofoni/gotify-mcp:v1.0.1"
      ],
      "env": {
        "GOTIFY_URL": "<gotify_url>",
        "GOTIFY_CLIENT_TOKEN": "<your-gotify_client_token>",
        "GOTIFY_APP_TOKEN": "<your-gotify_app_token>",
        "GOTIFY_MCP_PORT": "<gotify_mcp_port>",
        "GOTIFY_MCP_TRANSPORT": "<gotify_mcp_transport>"
      }
    }
  }
}
§02  Environment variables
GOTIFY_URL
required

The full base URL of your Gotify server (e.g., http://localhost:80 or https://gotify.example.com)

GOTIFY_CLIENT_TOKEN
secret

A client token from your Gotify server with permissions to manage applications, clients, and messages

GOTIFY_APP_TOKEN
secret

An application token for sending messages via create_message tool

GOTIFY_MCP_PORT

Port for the MCP SSE server (default: 3020)

GOTIFY_MCP_TRANSPORT

Transport type: 'sse' or 'stdio' (default: sse)

§03  MCP Quality Score  ·  methodology
freshness
18
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other