Pushover

Pushover

Send instant notifications to your devices using Pushover.net

30
Stars
9
Forks
0
Releases

Overview

An MCP (Model Context Protocol) server implementation for sending notifications through Pushover.net. This MCP enables AI agents and workflows to trigger Pushover notifications via a simple tool named 'send' that adheres to the MCP specification. The server requires configuration with Pushover credentials: an application token and a user key from the Pushover dashboard. It exposes a single tool, 'send', with a payload schema: message (required), and optional fields including title, priority (range -2 to 2), sound, url, url_title, and device to target a specific device. Example calls demonstrate how to invoke the tool with message, title, and priority. Installation options include global usage with npx (start command) and various integration paths for Cursor, Roo Code, and Claude via Smithery. Cursor users can configure the MCP server globally or project-scoped via .cursor/mcp.json. The README emphasizes that the AI agent will typically prompt for approval before sending notifications, with an optional Yolo mode for automatic sending. The project provides development commands for install, build, and tests.

Details

Owner
ashiknesin
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

Single MCP Tool: send

Provides a single tool named 'send' to dispatch Pushover notifications.

Comprehensive payload schema

The tool accepts required message and optional title, priority, sound, url, url_title, and device fields.

Priority support

Supports priority from -2 to 2, enabling different urgency levels.

Authentication via Pushover credentials

Requires an application token and user key from Pushover dashboard.

Cursor global installation

Install and run the MCP server globally via npx and configure in Cursor.

Project-specific Cursor configuration

MCP config can be added as .cursor/mcp.json for Cursor-based projects.

Roo Code integration

See instructions for integrating the MCP with Roo Code to enable the tool in Roo Code environments.

Smithery installation

Smithery CLI integration to install the MCP for Claude.

Audience

AI developersIntegrate MCP Pushover notifications into AI agents and automation workflows.
Cursor usersConfigure MCP in Cursor to send notifications from AI agents.
Claude usersInstall via Smithery to enable Claude to send Pushover alerts.

Tags

MCPPushovernotificationsAIintegrationtoolsendPushover.net