{"type":"mcp_server","name":"pushover-mcp","description":"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.","category":"Communication","language":"TypeScript","stars":41,"forks":0,"owner":"AshikNesin","github_url":"https://github.com/AshikNesin/pushover-mcp","homepage":"https://www.npmjs.com/package/pushover-mcp","setup":"## Setup\n\n1.  Get an application token from Pushover.net from your [Pushover.net dashboard](https://pushover.net/dashboard).\n2.  Get your user key from Pushover.net from your [Pushover.net dashboard](https://pushover.net/dashboard).\n\n### Using with Cursor\n\n#### Method 1: Install Globally\n\n1.  Run the MCP server using `npx -y pushover-mcp@latest start --token YOUR_TOKEN --user YOUR_USER`.\n2.  Go to `Cursor Settings` > `MCP`.\n3.  Click `+ Add New MCP Server`.\n4.  Fill in the form with Name: `Pushover Notification` (or any name you prefer), Type: `command`, and Command: `npx -y pushover-mcp@latest start --token YOUR_TOKEN --user YOUR_USER`.\n\n#### Method 2: Project-specific Configuration\n\n1.  Add an `.cursor/mcp.json` file to your project with the provided JSON configuration, replacing `YOUR_TOKEN` & `YOUR_USER` with your Pushover credentials.\n\n### Using with Roo Code\n\n1.  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.\n2.  Add the provided JSON configuration to the `mcpServers` section, replacing `YOUR_TOKEN` & `YOUR_USER` with your Pushover credentials.\n\n### Installing via Smithery\n\n1.  Run `npx -y @smithery/cli install @AshikNesin/pushover-mcp --client claude`.","tools":"## Available Tools\n\n1.  `send` (Sends a notification via Pushover with parameters like message, title, priority, sound, url, url_title, and device.)","faq":null,"created_at":"2025-03-05T14:28:11+00:00","updated_at":"2025-03-24T22:04:19+00:00","source_url":"https://model-context-protocol.com/servers/pushover-mcp-notifications-ai-agents","related_articles":[]}