PluginBench
MCP Server
Active
AGPL-3.0

Gotify RMCP MCP Server

ai.dinglebear/rgotify

What is the Gotify RMCP MCP server?

Gotify notifications and app, client, and message management over MCP and CLI.

How to install Gotify RMCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GOTIFY_URL
    required

    Gotify server base URL.

  • GOTIFY_CLIENT_TOKEN
    secret

    Gotify client token for read and management actions.

  • GOTIFY_APP_TOKEN
    secret

    Gotify app token for sending notifications.

  • GOTIFY_RMCP_VERSION

    Optional GitHub release tag override for the downloaded Gotify RMCP binary.

  • GOTIFY_RMCP_REPO

    Optional GitHub owner/repo override for release asset downloads.

  • GOTIFY_RMCP_RELEASE_BASE_URL

    Optional release download base URL override.

  • RUST_LOG

    Tracing filter for Gotify RMCP logs.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rgotify": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rgotify",
        "mcp"
      ],
      "env": {
        "GOTIFY_URL": "<YOUR_GOTIFY_URL>",
        "GOTIFY_CLIENT_TOKEN": "<YOUR_GOTIFY_CLIENT_TOKEN>",
        "GOTIFY_APP_TOKEN": "<YOUR_GOTIFY_APP_TOKEN>",
        "GOTIFY_RMCP_VERSION": "<YOUR_GOTIFY_RMCP_VERSION>",
        "GOTIFY_RMCP_REPO": "<YOUR_GOTIFY_RMCP_REPO>",
        "GOTIFY_RMCP_RELEASE_BASE_URL": "<YOUR_GOTIFY_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "rgotify": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rgotify",
        "mcp"
      ],
      "env": {
        "GOTIFY_URL": "<YOUR_GOTIFY_URL>",
        "GOTIFY_CLIENT_TOKEN": "<YOUR_GOTIFY_CLIENT_TOKEN>",
        "GOTIFY_APP_TOKEN": "<YOUR_GOTIFY_APP_TOKEN>",
        "GOTIFY_RMCP_VERSION": "<YOUR_GOTIFY_RMCP_VERSION>",
        "GOTIFY_RMCP_REPO": "<YOUR_GOTIFY_RMCP_REPO>",
        "GOTIFY_RMCP_RELEASE_BASE_URL": "<YOUR_GOTIFY_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rgotify": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rgotify",
        "mcp"
      ],
      "env": {
        "GOTIFY_URL": "<YOUR_GOTIFY_URL>",
        "GOTIFY_CLIENT_TOKEN": "<YOUR_GOTIFY_CLIENT_TOKEN>",
        "GOTIFY_APP_TOKEN": "<YOUR_GOTIFY_APP_TOKEN>",
        "GOTIFY_RMCP_VERSION": "<YOUR_GOTIFY_RMCP_VERSION>",
        "GOTIFY_RMCP_REPO": "<YOUR_GOTIFY_RMCP_REPO>",
        "GOTIFY_RMCP_RELEASE_BASE_URL": "<YOUR_GOTIFY_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "rgotify": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rgotify",
        "mcp"
      ],
      "env": {
        "GOTIFY_URL": "<YOUR_GOTIFY_URL>",
        "GOTIFY_CLIENT_TOKEN": "<YOUR_GOTIFY_CLIENT_TOKEN>",
        "GOTIFY_APP_TOKEN": "<YOUR_GOTIFY_APP_TOKEN>",
        "GOTIFY_RMCP_VERSION": "<YOUR_GOTIFY_RMCP_VERSION>",
        "GOTIFY_RMCP_REPO": "<YOUR_GOTIFY_RMCP_REPO>",
        "GOTIFY_RMCP_RELEASE_BASE_URL": "<YOUR_GOTIFY_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
Claude Code
claude mcp add rgotify --env GOTIFY_URL=<YOUR_GOTIFY_URL> --env GOTIFY_CLIENT_TOKEN=<YOUR_GOTIFY_CLIENT_TOKEN> --env GOTIFY_APP_TOKEN=<YOUR_GOTIFY_APP_TOKEN> --env GOTIFY_RMCP_VERSION=<YOUR_GOTIFY_RMCP_VERSION> --env GOTIFY_RMCP_REPO=<YOUR_GOTIFY_RMCP_REPO> --env GOTIFY_RMCP_RELEASE_BASE_URL=<YOUR_GOTIFY_RMCP_RELEASE_BASE_URL> --env RUST_LOG=<YOUR_RUST_LOG> -- npx -y @dinglebear/rgotify mcp

Related MCP servers

Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.

126
Python
MIT
View repository →

MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.

126
Python
MIT
View repository →

Yarr MCP

Active

Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI.

6
Rust
AGPL-3.0
View repository →

Yarr MCP

Active

Rust MCP and CLI server for Sonarr, Radarr, Prowlarr, Plex, Jellyfin, and download clients.

6
Rust
AGPL-3.0
View repository →

Labby

Active

Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.

5
Rust
AGPL-3.0
View repository →

Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI.

5
Rust
AGPL-3.0
View repository →