← Back to browse

Gotify MCP

Indexed by tv.tootie

About

MCP server for self-hosted Gotify push notifications and message management.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGOTIFY_URL GOTIFY_APP_TOKEN GOTIFY_CLIENT_TOKEN GOTIFY_MCP_TRANSPORT
Claude Code
claude mcp add --env GOTIFY_URL= --env GOTIFY_APP_TOKEN= --env GOTIFY_CLIENT_TOKEN= --env GOTIFY_MCP_TRANSPORT= gotify-mcp -- uvx gotify-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"gotify-mcp","command":"uvx","args":["gotify-mcp"],"env":{"GOTIFY_URL":"","GOTIFY_APP_TOKEN":"","GOTIFY_CLIENT_TOKEN":"","GOTIFY_MCP_TRANSPORT":""}}'
JSON
{
  "mcpServers": {
    "gotify-mcp": {
      "command": "uvx",
      "args": [
        "gotify-mcp"
      ],
      "env": {
        "GOTIFY_URL": "",
        "GOTIFY_APP_TOKEN": "",
        "GOTIFY_CLIENT_TOKEN": "",
        "GOTIFY_MCP_TRANSPORT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.