Skip to content
Cline

Gotify MCP for Cline

tv.tootie/gotify-mcp

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

client:Cline transport:stdio runtime:pypi

Install Gotify MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "gotify-mcp": {
      "command": "uvx",
      "args": [
        "gotify-mcp"
      ],
      "env": {
        "GOTIFY_URL": "<GOTIFY_URL>",
        "GOTIFY_APP_TOKEN": "<GOTIFY_APP_TOKEN>",
        "GOTIFY_CLIENT_TOKEN": "<GOTIFY_CLIENT_TOKEN>",
        "GOTIFY_MCP_TRANSPORT": "<GOTIFY_MCP_TRANSPORT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Gotify MCP in other clients