Labsco
pyang2045 logo

MCP-Pushover Bridge

โ˜… 2

from pyang2045

Enables AI assistants to send push notifications via the Pushover service.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

MCP-Pushover Bridge

A Model Context Protocol (MCP) server that enables AI assistants to send push notifications via Pushover. Perfect for getting instant mobile alerts when Claude completes tasks, encounters errors, or when you want to send yourself messages through your AI assistant.

Features

  • ๐Ÿ“ฑ Send push notifications through Pushover API
  • ๐Ÿ”„ Configurable retry logic with exponential backoff
  • ๐ŸŽ›๏ธ Support for all Pushover message parameters (title, priority, sound)
  • โš™๏ธ Environment-based configuration
  • ๐Ÿ”ท Full TypeScript support
  • ๐Ÿค– Built for Claude Desktop and MCP-compatible clients

Available Tools

pushover_send_message

Send a notification via Pushover to your mobile device.

Parameters:

  • message (required): The message content to send
  • user_key (optional): Pushover user or group key (defaults to env var)
  • api_token (optional): Pushover application API token (defaults to env var)
  • title (optional): Message title
  • priority (optional): Message priority:
    • -2: No notification/alert
    • -1: Quiet notification
    • 0: Normal priority (default)
    • 1: High priority
    • 2: Emergency priority (requires acknowledgment)
  • sound (optional): Notification sound (pushover, bike, bugle, cashregister, classical, cosmic, falling, gamelan, incoming, intermission, magic, mechanical, pianobar, siren, spacealarm, tugboat, alien, climb, persistent, echo, updown, vibrate, none)

Example:

{
  "message": "Task completed successfully!",
  "title": "Claude Notification",
  "priority": 1,
  "sound": "magic"
}

Use Cases

Personal Messaging

Ask Claude to send yourself reminders or messages:

  • "Send me a notification to call mom at 5 PM"
  • "Remind me to check the server logs"
  • "Send a message saying the backup is complete"

Task Completion Alerts

Get notified when Claude finishes work:

  • "Let me know when you're done analyzing this data"
  • "Send me a notification when the report is ready"
  • "Alert me if you find any errors in the code"

Workflow Integration

Integrate with your daily routines:

  • Morning briefings and daily summaries
  • Build completion and deployment notifications
  • Error monitoring and system alerts
  • Meeting reminders and calendar notifications

Emergency Notifications

High-priority alerts that require immediate attention:

  • System failures or critical errors
  • Security alerts or unusual activity
  • Time-sensitive reminders
  • Urgent task completions

Simply ask Claude: "Send me a push notification that says 'Deploy completed successfully'" and you'll receive it instantly on your mobile device!

Security

  • API tokens are never logged
  • Supports environment variables for credential management
  • All Pushover API calls use HTTPS