This repository provides a Model Context Protocol (MCP) implementation for sending notifications via Pushover.net. It allows AI agents to seamlessly send notifications through Pushover using a simple tool schema.
A Model Context Protocol (MCP) implementation for sending notifications via Pushover.net, enabling AI agents to send notifications.
This MCP allows AI agents to send notifications through Pushover.net, integrating seamlessly with MCP-compatible AI systems.
Requires a Pushover.net application token and user key, obtainable from the Pushover.net dashboard.
Provides a single tool:
send
Sends a notification via Pushover. Parameters include message
(required), and optional fields like title
, priority
(-2 to 2), sound
, url
, url_title
, and device
.
{
"name": "send",
"params": {
"message": "Hello from AI",
"title": "AI Notification",
"priority": 1
}
}
Instructions provided for global and project-specific installation methods, involving Cursor IDE settings and .cursor/mcp.json
configuration.
Instructions provided for Roo Code settings and configuration.
Installation via Smithery is supported using the provided command.
Instructions provided for installing dependencies, building, and running tests.
MIT
AshikNesin/pushover-mcp
March 5, 2025
March 24, 2025
TypeScript