Skip to content
Cursor

Gotify MCP for Cursor

tv.tootie/gotify-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Gotify MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "gotify-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Gotify MCP in other clients