by AshikNesin
A Model Context Protocol (MCP) implementation for sending notifications via Pushover.net, enabling AI agents to send instant notifications to devices.
Pushover MCP is a Model Context Protocol (MCP) implementation that allows AI agents to send notifications through Pushover.net. It integrates seamlessly with MCP-compatible AI systems, providing a standardized way for AI to deliver instant notifications to various devices.
To use Pushover MCP, you need an application token and your user key from Pushover.net. Once you have these credentials, you can install and configure the MCP. There are several methods for installation and usage:
npx
: npx -y pushover-mcp@latest start --token YOUR_TOKEN --user YOUR_USER
Cursor Settings
> MCP
.+ Add New MCP Server
..cursor/mcp.json
file to your project (for Cursor) or configure in Roo Code settings.mcpServers
with a "pushover" entry, specifying the command
and args
for npx
to start the server with your token and user key.Run the command: npx -y @smithery/cli install @AshikNesin/pushover-mcp --client claude
Once configured, the Pushover notification tool will be available to the AI agent. The agent can automatically use it when relevant, or you can explicitly ask the agent to send notifications. By default, the agent will ask for approval before sending notifications, but "Yolo mode" can be enabled for automatic sending.
send
tool for AI agents to send notifications via Pushover.net.send
tool allows for customization of messages, titles, priorities, sounds, URLs, URL titles, and target devices.send
tool offers various parameters like title, priority, sound, and URL for customization.A Model Context Protocol implementation for sending notifications via Pushover.net.
This MCP enables AI agents to send notifications through Pushover.net. It implements the MCP specification, allowing seamless integration with MCP-compatible AI systems.
You'll need:
Get these from your Pushover.net dashboard.
The MCP provides a single tool:
send
Sends a notification via Pushover.
{
message: string; // Required: The message to send
title?: string; // Optional: Message title
priority?: number; // Optional: -2 to 2 (-2: lowest, 2: emergency)
sound?: string; // Optional: Notification sound
url?: string; // Optional: URL to include
url_title?: string; // Optional: Title for the URL
device?: string; // Optional: Target specific device
}
{
"name": "send",
"params": {
"message": "Hello from AI",
"title": "AI Notification",
"priority": 1
}
}
Run the MCP server using npx:
npx -y pushover-mcp@latest start --token YOUR_TOKEN --user YOUR_USER
In your Cursor IDE
Cursor Settings
> MCP
+ Add New MCP Server
Pushover Notification
(or any name you prefer)command
npx -y pushover-mcp@latest start --token YOUR_TOKEN --user YOUR_USER
Add an .cursor/mcp.json
file to your project:
{
"mcpServers": {
"pushover": {
"command": "npx",
"args": [
"-y",
"pushover-mcp@latest",
"start",
"--token",
"YOUR_TOKEN",
"--user",
"YOUR_USER"
]
}
}
}
Once configured, the Pushover notification tool will be automatically available to the Cursor AI Agent. You can:
Available Tools
in MCP settingsBy default, Agent will ask for approval before sending notifications. Enable "Yolo mode" in settings to allow automatic sending.
Access the MCP settings by clicking “Edit MCP Settings” in Roo Code settings or using the “Roo Code: Open MCP Config” command in VS Code's command palette.
{
"mcpServers": {
"pushover": {
"command": "npx",
"args": [
"-y",
"pushover-mcp@latest",
"start",
"--token",
"YOUR_TOKEN",
"--user",
"YOUR_USER"
]
}
}
}
Note: Replace
YOUR_TOKEN
&YOUR_USER
with your Pushover credentials.
To install Pushover Notification for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @AshikNesin/pushover-mcp --client claude
# Install dependencies
pnpm install
# Build
pnpm build
# Run tests
pnpm test
MIT
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by Skyvern-AI
Skyvern automates browser-based workflows using LLMs and computer vision, offering a robust solution for repetitive online tasks.
by PipedreamHQ
Connect APIs quickly, run event‑driven automations, and execute custom code in Node.js, Python, Go, or Bash on a hosted platform.
by czlonkowski
Provides AI assistants with structured access to n8n node documentation, properties, and operations, enabling automated workflow creation, validation, and management.
by executeautomation
mcp-playwright is a Model Context Protocol (MCP) server that enables large language models (LLMs) to perform browser automation and web scraping tasks using Playwright.
by browserbase
Provides cloud browser automation capabilities for LLMs, enabling web navigation, interaction, screenshot capture, and data extraction through Browserbase and Stagehand.
by haris-musa
excel-mcp-server is a Python-based Model Context Protocol (MCP) server that enables AI agents to programmatically create, read, and modify Excel files without requiring Microsoft Excel to be installed.
by mobile-next
Mobile-mcp is a Model Context Protocol (MCP) server designed for scalable mobile automation, app scraping, and development across iOS and Android devices, including physical devices, simulators, and emulators.
by anaisbetts
mcp-installer is an MCP server designed to automate the installation of other MCP servers, simplifying the process for users.
by leonardsellem
An MCP server that enables AI assistants to interact with n8n workflows through natural language.