Back to Browse

Gotify MCP Server

by Jmagar
CommunicationLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (0 strong, 4 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (6/6 approved). 1 finding(s) downgraded by scanner intelligence.

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: GOTIFY_URL

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

Environment variable: GOTIFY_APP_TOKEN

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

Environment variable: GOTIFY_CLIENT_TOKEN

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

Environment variable: GOTIFY_MCP_TRANSPORT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "tv-tootie-gotify-mcp": {
      "env": {
        "GOTIFY_URL": "your-gotify-url-here",
        "GOTIFY_APP_TOKEN": "your-gotify-app-token-here",
        "GOTIFY_CLIENT_TOKEN": "your-gotify-client-token-here",
        "GOTIFY_MCP_TRANSPORT": "your-gotify-mcp-transport-here"
      },
      "args": [
        "gotify-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Gotify MCP Server - MCP server for self-hosted Gotify push notifications and | MCP Marketplace