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
{
"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