MCP.so
Sign In

Pushover MCP

@AshikNesin

About Pushover MCP

A MCP implementation for sending notifications via Pushover

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

AshikNesin

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Pushover MCP?

Pushover MCP is a Model Context Protocol implementation that enables AI agents to send notifications through Pushover.net. It integrates with MCP-compatible AI systems, allowing seamless notification delivery from AI workflows.

How to use Pushover MCP?

Install the server with npx using your Pushover application token and user key, then configure it in your MCP client (e.g., Cursor or Roo Code). Once configured, the send tool is available for AI agents to dispatch notifications with optional parameters.

Key features of Pushover MCP?

  • Single tool (`send

Comments

More Other MCP servers