MCP ServersMCP Servers
HomeRemote ServersClientsClaude Skills
Submit
AdvertiseSubmit
  1. Home
  2. Servers
  3. Pushinator MCP

Pushinator MCP

Send push notifications via the Pushinator service. Requires an API token from your Pushinator account.

GitHub

Pushinator MCP

To install dependencies:

bun install

To build:

bun run build

After that, add the Pushinator MCP to your MCP client (the API token can be retrieved in your Pushinator API tokens page):

{
    "mcpServers": {
        "pushinator": {
            "command": "node",
            "args": ["path-to-repo/build/index.js"],
            "env": {
                "PUSHINATOR_API_KEY": "YOUR_PUSHINATOR_API_KEY"
            }
        }
    }
}

Related Servers

  • Nostr MCP Server

    An MCP server that provides Nostr capabilities to LLMs, enabling interaction with the decentralized social network protocol.

  • MCP Interactive

    Enables communication between an LLM and a user through an interactive Electron interface.

  • WhatsApp

    Search, read, and send personal WhatsApp messages, contacts, and media files.

  • Slack User

    Interact with Slack workspaces as a user via the Slack API.

  • vv-mcp

    A text-to-speech (TTS) server using the VOICEVOX engine. Requires a running VOICEVOX instance and is currently macOS only.

  • notify-mcp

    A lightweight Bash-based MCP server for sending desktop notifications via notify-send.

  • OpenAI Speech-to-Text

    Transcribe audio files using OpenAI's Speech-to-Text API.

  • WhatsApp MCP server by Kapso

    WhatsApp Cloud API MCP server by Kapso

  • Postproxy

    Publish to multiple social networks with only one MCP

  • Freshdesk MCP Server

    An MCP server for interacting with the Freshdesk API v2, enabling management of customer support tickets and contacts.

Newest MCP ServersOfficial MCP ServersRemote MCP ServersBlog
📧 contact@mcpservers.org