Pushinator MCP - Secure MCP Server by ALMC Security 2025

Pushinator MCP

View on 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 in Communication - Secure MCP Servers

ServerSummaryActions
gotoolkits/wecombotView
mcp2mqttEnglish | 简体中文View
AskMeMCPAskMeMCP is a Model Context Protocol (MCP) server that enables AI assistants to request human input...View
TelegramThe server is a bridge between the Telegram API and the AI assistants and is based on the Model Cont...View
VRChat MCP OSCVRChat MCP OSC provides a bridge between AI assistants and VRChat using the Model Context Protocol (...View
NATSA Model Context Protocol (MCP) server for NATS messaging system integrationView