MCP ServersMCP Servers
HomeRemote ServersClientsAgent 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

  • Twilio MCP Server

    Enables AI assistants to send SMS and MMS messages using the Twilio API.

  • Gmail

    Query live Gmail data using LLMs via CData's read-only MCP server.

  • Pushover MCP

    Send push notifications using the Pushover.net service.

  • Zulip Chat

    An MCP server for integrating with the Zulip team chat platform.

  • Kafka MCP Server

    An MCP server for Apache Kafka, enabling LLMs to perform Kafka operations like producing and consuming messages.

  • Ntfy

    An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)

  • Slack Notification

    Send notifications to Slack channels using webhook URLs.

  • Gmail MCP Server

    An MCP server for integrating with the Gmail API to manage emails.

  • Telnet MCP Server

    A secure telnet client for LLM applications, designed for defensive security analysis of network devices.

  • ElevenLabs

    The official ElevenLabs MCP server

Newest MCP ServersOfficial MCP ServersRemote MCP ServersBlog
📧 [email protected]