Loading languages...
PU

pushover-mcp

@AshikNesin25

A MCP implementation for sending notifications via Pushover

pushover
notifications
mcp
ai-agent

# mcpServer Config

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

# stdio

npx -y pushover-mcp@latest start --token YOUR_TOKEN --user YOUR_USER
Transport:
stdio
語言:
TypeScript
創建時間:3/5/2025
更新時間:7/29/2025