pushover-mcp
18
Pushover MCP is a Model Context Protocol server designed for sending notifications via Pushover.net. It allows integration with AI systems to automate notifications, providing a schema for message customization. The project features multiple installation methods for ease of use.
Overview
- Project Name: Pushover MCP
- Description: A Model Context Protocol implementation for sending notifications via Pushover.net.
- Features:
- Enables AI agents to send notifications through Pushover.net.
- Implements the MCP specification for seamless integration.
Configuration
- Requires application token and user key from Pushover.net.
Installation Methods
- Global Installation: Use npx command to start the server.
- Project-specific Configuration: Modify the
.cursor/mcp.json
file.
Tool Schema
- Tool:
send
- Sends a notification via Pushover with configurable parameters such as message, title, priority, sound, URL, and more.
Compatibility
- Available for use in Cursor IDE and Roo Code, listed under Available Tools in MCP settings.
Development
- Install dependencies with pnpm.
- Build and run tests using pnpm commands.
License
- MIT License