Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry0 stars0 forks● PythonMITUpdated 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.
Use cases

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.

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>

More MCP Servers

pushover-mcp alternatives