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"]
}
}
}Resumen de MCP Servers
# 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
Lo que la gente pregunta sobre pushover-mcp
¿Qué es joshuawowk/pushover-mcp?
+
joshuawowk/pushover-mcp es mcp servers para el ecosistema de Claude AI. MCP server for the Pushover notification API. Python, stdio + streamable-HTTP, Docker/GHCR, MCP Registry. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-25.
¿Cómo se instala pushover-mcp?
+
Puedes instalar pushover-mcp clonando el repositorio (https://github.com/joshuawowk/pushover-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar joshuawowk/pushover-mcp?
+
Nuestro agente de seguridad ha analizado joshuawowk/pushover-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene joshuawowk/pushover-mcp?
+
joshuawowk/pushover-mcp es mantenido por joshuawowk. La última actividad registrada en GitHub es del 2026-09-25, con 0 issues abiertos.
¿Hay alternativas a pushover-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega pushover-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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.