Labsco
MCP SERVER

MCP-Pushover Bridge

by pyang2045

Send a Pushover notification to your phone from the client, setting the title, priority and sound on the call itself.

Notifications & Alerting to HumansVerified
Summary
The credentials being call parameters as well as environment defaults is what makes this more than a wrapper: a single install can address more than a single recipient.

That is the difference between notifying yourself and notifying whoever is on call, without standing up a second server for the second destination. priority and sound exist for the same reason at the message level — the notification that a build finished and the notification that it failed do not have to feel the same. Nothing reads back, so this is a one-way channel and any acknowledgement has to happen somewhere else.

What it is

A single-tool bridge to Pushover: pushover_send_message posts a notification, with the application token and user key either configured up front or passed per call.

What you get
  • pushover_send_message delivers a notification carrying a title and a message.
  • Priority and sound ride on the same call, so an alert that needs attention can be made to arrive differently from a routine status update.
  • api_token and user_key are parameters as well as configuration, so a single install can send to more than one Pushover application or recipient.
Requirements

A Pushover account with an application token and a user key, supplied as PUSHOVER_DEFAULT_TOKEN and PUSHOVER_DEFAULT_USER; the same values can also be passed on the call as api_token and user_key.

Setup effort

One command plus a key — npx mcp-pushover, then supply credentials