Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💬 Communication
  3. Gotify RMCP
Gotify RMCP logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 3:01:41 PM

Gotify RMCP

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
gotifynotificationsmcpcli

MCP and CLI access to Gotify notifications, health data, messages, applications, and clients.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
We couldn’t automatically confirm this listing starts correctly

We ran the install command below but it didn't respond within our test window — this can mean a slow first-time install rather than a real problem.

npx -y @dinglebear/rgotify

No response to initialize.

This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 3d ago.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Configure Environment Variables (API Keys, Tokens, Options):
Add required secrets below — values are included directly in the generated snippet so you can copy and paste with confidence.
Quick Add:
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "gotify-rmcp-2": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rgotify"
      ],
      "env": {
        "GOTIFY_URL": "YOUR_VALUE_HERE",
        "GOTIFY_CLIENT_TOKEN": "YOUR_VALUE_HERE",
        "GOTIFY_APP_TOKEN": "YOUR_VALUE_HERE",
        "GOTIFY_MCP_HOST": "YOUR_VALUE_HERE",
        "GOTIFY_RMCP_SKIP_DOWNLOAD": "YOUR_VALUE_HERE",
        "GOTIFY_RMCP_VERSION": "YOUR_VALUE_HERE",
        "GOTIFY_RMCP_BINARY_VERSION": "YOUR_VALUE_HERE",
        "GOTIFY_RMCP_REPO": "YOUR_VALUE_HERE"
      }
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💬 More in Communication

Overview

Gotify RMCP MCP server exposes Gotify notification and administration operations through one MCP tool and the `rgotify` CLI. It connects to an existing Gotify instance using configured URL and tokens, with stdio or Streamable HTTP transport. Use it when an agent needs to send notifications, inspect server state, read messages, or manage Gotify applications and clients. Destructive deletions require explicit confirmation, and credentials are supplied through environment variables, configuration, or client secret storage.

Use cases

•Send Gotify push notifications from an agent
•Check Gotify server health and version
•List messages for a Gotify application
•Manage Gotify applications and clients
•Run Gotify operations through an HTTP MCP endpoint

Key features

•One MCP tool with action-based Gotify operations
•Stdio and Streamable HTTP MCP transports
•CLI access through rgotify
•Notification sending and message inspection
•Application and client management
•Confirmation gates for destructive actions

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Gotify RMCP.

Extracted Tool Capabilities
One MCP tool with action-based Gotify operations
Stdio and Streamable HTTP MCP transports
CLI access through rgotify
Notification sending and message inspection
Application and client management
Confirmation gates for destructive actions

How Gotify RMCP works

What Gotify RMCP MCP server does

Gotify RMCP MCP server provides an MCP and command-line interface over an existing Gotify deployment. It does not replace Gotify or maintain a separate notification store. Gotify remains responsible for notification storage, delivery, users, token issuance, and application or client state.

The MCP interface exposes one tool named gotify. An agent selects the requested operation with an action argument. Available read operations include health, version, current-user details, messages, applications, clients, and runtime status. Write operations can send push notifications, create or update applications, and create clients. Deleting messages, applications, clients, or all messages is restricted by an explicit destructive confirmation.

How it works

The project supports three runtime surfaces: local MCP over stdio, Streamable HTTP MCP, and direct CLI commands. The npm package downloads the matching rgotify binary during installation. For local MCP clients, run the package with the mcp subcommand. For an HTTP deployment, run serve; the example loopback configuration listens on port 40020 and exposes /mcp.

Gotify RMCP MCP server sends requests to the configured Gotify upstream rather than implementing the Gotify REST API itself. It also provides prompts for send_notification and check_status, plus a gotify://schema/mcp-tool resource containing the current tool schema.

Setup and configuration

Set GOTIFY_URL to the address of the Gotify instance. A Gotify client token is used for reads and management operations, while an app token is used to send notifications. The README recommends creating these tokens in the Gotify web interface before using those operations.

A basic health check can be run with:

server.ts
export GOTIFY_URL=https://gotify.example.com
npx -y @dinglebear/rgotify health --json

Start stdio MCP with npx -y @dinglebear/rgotify mcp, or start HTTP MCP with GOTIFY_MCP_HOST=127.0.0.1 npx -y @dinglebear/rgotify serve. HTTP deployments can use loopback development mode, static bearer tokens, or Google OAuth through lab-auth. Keep Gotify tokens and other secrets out of MCP tool arguments.

Tools and capabilities

The gotify tool supports these documented operations:

  • Check health, version, authenticated user, and runtime status.
  • List messages, optionally filtered by application, limit, or starting point.
  • List applications and clients.
  • Send a notification with message, title, priority, and extras.
  • Create or update applications and create clients.
  • Delete supported resources only with explicit confirmation.

The CLI provides equivalent scriptable access for health checks, serving MCP, setup, and other documented commands.

Limitations and notes

Gotify RMCP MCP server is an upstream-client layer, not a replacement for the Gotify service. It does not provide independent persistence, notification scheduling, generic webhook routing, multi-tenant isolation, or credential brokerage. The repository also does not ship a Gotify REST API or web UI.

The project supports write operations, so deployments should protect HTTP access and store credentials in environment variables, configuration files, or MCP client secret storage. Its documented scope includes Gotify management and notification actions; it should not be treated as a general-purpose reminder or messaging platform.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Communication View all alternatives
  • Apprise RMCP logoApprise RMCP

    Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends.

    💬 Communication2 views
    Compare vs Apprise RMCP →
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    💬 Communication8 views
    Compare vs Line Bot MCP Server →
  • Emailmd logoEmailmd

    Write and preview emails from your assistant. Renders markdown into email-safe HTML that holds up in Outlook and Gmail, lints drafts for deliverability problems, and returns a live preview link. Hosted with no API key, or run it locally with npx emailmd mcp.

    💬 Communication2 views
    Compare vs Emailmd →
  • Slack MCP Server logoSlack MCP Server

    The most powerful MCP server for Slack Workspaces.

    💬 Communication1 views
    Compare vs Slack MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
2
Stargazers on the source repository.
npm downloads
310
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Install check
Inconclusive
Didn't respond in our test window — often a slow first install.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Gotify RMCP

Run `npx -y @dinglebear/rgotify --help` or start MCP directly with `npx -y @dinglebear/rgotify mcp`. The npm package downloads the matching binary during installation.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGotify RMCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/gotify-rmcp-2?style=directory)](https://allmcps.com/mcp/gotify-rmcp-2)
HTML Embed
<a href="https://allmcps.com/mcp/gotify-rmcp-2"><img src="https://allmcps.com/api/badge/gotify-rmcp-2?style=directory" alt="Gotify RMCP on AllMCPs" /></a>

Technical Specs & Signals

Category💬Communication
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
Last updatedSep 5, 2026
13/13 checks healthy over the last 45d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 25, 2026
npm downloads310/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
45Quality signal: Fair · 45/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3d ago via OSV.dev · @dinglebear/rgotify (npm)

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💬 Communication →Best MCP servers for Slack & Communication →Alternatives to Gotify RMCP →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients