MCP.so
ログイン

Pushover MCP

@AshikNesin

Pushover MCP について

A MCP implementation for sending notifications via Pushover

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

AshikNesin

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

コメント

「その他」の他のコンテンツ