Loading MCP server directory, please wait...
MCP server for Gotify push notifications - send messages and manage apps/clients.
npx @getmcp/cli add io.github.kcofoni/gotify-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
GOTIFY_URLThe full base URL of your Gotify server (e.g., http://localhost:80 or https://gotify.example.com)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.kcofoni/gotify-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GOTIFY_URL",
"-e",
"GOTIFY_CLIENT_TOKEN",
"-e",
"GOTIFY_APP_TOKEN",
"-e",
"GOTIFY_MCP_PORT",
"-e",
"GOTIFY_MCP_TRANSPORT",
"docker.io/kcofoni/gotify-mcp:v1.0.1"
],
"env": {
"GOTIFY_URL": "",
"GOTIFY_CLIENT_TOKEN": "",
"GOTIFY_APP_TOKEN": "",
"GOTIFY_MCP_PORT": "",
"GOTIFY_MCP_TRANSPORT": ""
}
}
}
}