Skip to main content
ClaudeWave

MCP server for the Pushover notification API. Python, stdio + streamable-HTTP, Docker/GHCR, MCP Registry.

MCP ServersRegistry oficial0 estrellas0 forks● PythonMITActualizado today
ClaudeWave Trust Score
87/100
✓ Trusted
Passed
  • ✓Open-source license (MIT)
  • ✓Actively maintained (<30d)
  • ✓Clear description
  • ✓Documented (README)
Last scanned: 9/26/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · pushover-mcp
Claude Code CLI
claude mcp add pushover-mcp -- uvx pushover-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "pushover-mcp": {
      "command": "uvx",
      "args": ["pushover-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/joshuawowk/pushover-mcp and follow its README.
Casos de uso

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.

Featured on ClaudeWave: joshuawowk/pushover-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/joshuawowk-pushover-mcp)](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

Alternativas a pushover-mcp