Back to directory
ashiknesin/pushover-mcp

ashiknesin/pushover-mcp

@AshikNesin

A MCP implementation for sending notifications via Pushover

pushovernotificationsmcpai-agentalertsmessagetool

Installation & Configuration

{
  "mcpServers": {
    "pushover": {
      "command": "npx",
      "args": [
        "-y",
        "pushover-mcp@latest",
        "start",
        "--token",
        "YOUR_TOKEN",
        "--user",
        "YOUR_USER"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13