Labsco
MCP SERVER

Pushover MCP

by AshikNesin

Send a Pushover notification to your own devices with a title, a priority, a sound and a link that can be tapped.

Notifications & Alerting to HumansVerified
Summary
A long job can tell you it finished, on your phone.

One tool with the fields Pushover itself takes: priority decides whether it interrupts, sound decides what it sounds like, and url with url_title puts something tappable in the notification rather than a bare string. Delivery only — nothing here reads notifications back or reports whether one was opened.

What it is

A single-tool notification sender over Pushover, carrying the message, its title, priority, sound and an optional URL.

What you get
  • send delivering a message with a title and a priority
  • Device to reach one registered device rather than all of them
  • Url and url_title to attach a tappable link, and sound to choose the alert tone
Requirements

A Pushover account with an application token and a user key, and a device registered to receive the notification. MIT licensed.

Setup effort

One command — npx -y pushover-mcp@latest start --token YOUR_TOKEN --user YOUR_USER