Skip to content
Claude Desktop

gotify mcp for Claude Desktop

io.github.kcofoni/gotify-mcp

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

client:Claude Desktop transport:stdio runtime:oci

Install gotify mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gotify-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/kcofoni/gotify-mcp:v1.0.1"
      ],
      "env": {
        "GOTIFY_URL": "<GOTIFY_URL>",
        "GOTIFY_CLIENT_TOKEN": "<GOTIFY_CLIENT_TOKEN>",
        "GOTIFY_APP_TOKEN": "<GOTIFY_APP_TOKEN>",
        "GOTIFY_MCP_PORT": "<GOTIFY_MCP_PORT>",
        "GOTIFY_MCP_TRANSPORT": "<GOTIFY_MCP_TRANSPORT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

gotify mcp in other clients