Loading MCP server directory, please wait...
Send push notifications to your devices and groups via the Pushover API.
npx @getmcp/cli add io.github.joshuawowk/pushover-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
PUSHOVER_TOKENPushover application API token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.joshuawowk/pushover-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PUSHOVER_TOKEN",
"-e",
"PUSHOVER_USER_KEY",
"ghcr.io/joshuawowk/pushover-mcp:1.0.0"
],
"env": {
"PUSHOVER_TOKEN": "",
"PUSHOVER_USER_KEY": ""
}
}
}
}