JUHE API Marketplace
appricos avatar
MCP Server

mcp-pushinator

Pushinator MCP lets you send push notifications to your devices from your LLM-powered workflows.

0
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "pushinator",
3 "command": "node",
4 "args": [
5 "path-to-repo/build/index.js"
6 ],
7 "env": {
8 "PUSHINATOR_API_KEY": "YOUR_PUSHINATOR_API_KEY"
9 }
10}
JSON10 lines

README Documentation

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"
            }
        }
    }
}

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source