← Index

Gotify MCP

tv.tootie/gotify-mcp·v0.3.1·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "gotify-mcp": {
      "command": "uvx",
      "args": [
        "gotify-mcp"
      ],
      "env": {
        "GOTIFY_URL": "<gotify_url>",
        "GOTIFY_APP_TOKEN": "<your-gotify_app_token>",
        "GOTIFY_CLIENT_TOKEN": "<your-gotify_client_token>",
        "GOTIFY_MCP_TRANSPORT": "<gotify_mcp_transport>"
      }
    }
  }
}
§02  Environment variables
GOTIFY_URL
required

Base URL of your Gotify server, e.g. https://gotify.example.com. No trailing slash.

GOTIFY_APP_TOKEN
secret

Gotify application token for sending messages (Settings > Apps > Create Application).

GOTIFY_CLIENT_TOKEN
secret

Gotify client token for management operations (Settings > Clients).

GOTIFY_MCP_TRANSPORT

Set to 'stdio' when running as a local subprocess. Default is 'http' for container deployments.

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