MCP server for the Pushover notification API. Python, stdio + streamable-HTTP, Docker/GHCR, MCP Registry.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
claude mcp add pushover-mcp -- uvx pushover-mcp{
"mcpServers": {
"pushover-mcp": {
"command": "uvx",
"args": ["pushover-mcp"]
}
}
}MCP Servers overview
# pushover-mcp
An [MCP](https://modelcontextprotocol.io) server for the [Pushover](https://pushover.net) notification API. Send push notifications to your phone and other devices from any MCP client. Single-file Python; runs over **stdio** or **streamable HTTP**.
## Tools
`send` (full parameter coverage incl. priority, sounds, and emergency receipts), `validate_user`, `list_sounds`, `get_limits`, `check_receipt`, `cancel_receipt`.
## Configuration (environment variables)
| Variable | Required | Description |
| --- | --- | --- |
| `PUSHOVER_TOKEN` | yes | Pushover application API token |
| `PUSHOVER_USER_KEY` | no | Default user/group key (tools accept a `user` override) |
| `PUSHOVER_DEVICE` | no | Default device name(s), comma-separated |
| `PUSHOVER_MCP_ALLOWED_HOSTS` | HTTP only | Host:port values the DNS-rebinding guard accepts |
## Run with Docker (stdio, e.g. Claude Desktop)
```json
{
"mcpServers": {
"pushover": {
"command": "docker",
"args": ["run","-i","--rm","-e","PUSHOVER_TOKEN","-e","PUSHOVER_USER_KEY","ghcr.io/joshuawowk/pushover-mcp:latest"],
"env": { "PUSHOVER_TOKEN": "your-app-token", "PUSHOVER_USER_KEY": "your-user-key" }
}
}
}
```
## Self-host as a streamable-HTTP server
```bash
cp .env.example .env # fill in your tokens
docker compose up -d # serves MCP at http://<host>:8735/mcp
```
## Run from source
```bash
pip install "mcp>=1.2,<2" "httpx>=0.27"
python pushover_mcp.py # stdio
python pushover_mcp.py --http --host 0.0.0.0 --port 8735 # HTTP
```
## License
MIT © jwowk · https://jwowk.net
What people ask about pushover-mcp
What is joshuawowk/pushover-mcp?
+
joshuawowk/pushover-mcp is mcp servers for the Claude AI ecosystem. MCP server for the Pushover notification API. Python, stdio + streamable-HTTP, Docker/GHCR, MCP Registry. It has 0 GitHub stars and its last recorded update is dated 2026-09-25.
How do I install pushover-mcp?
+
You can install pushover-mcp by cloning the repository (https://github.com/joshuawowk/pushover-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is joshuawowk/pushover-mcp safe to use?
+
Our security agent has analyzed joshuawowk/pushover-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains joshuawowk/pushover-mcp?
+
joshuawowk/pushover-mcp is maintained by joshuawowk. The last recorded GitHub activity is dated 2026-09-25, with 0 open issues.
Are there alternatives to pushover-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy pushover-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/joshuawowk-pushover-mcp)<a href="https://claudewave.com/repo/joshuawowk-pushover-mcp"><img src="https://claudewave.com/api/badge/joshuawowk-pushover-mcp" alt="Featured on ClaudeWave: joshuawowk/pushover-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ and follow here for daily tips and tricks: https://x.com/Scrapling_dev
The fastest path to AI-powered full stack observability, even for lean teams.