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
vv-mcpVOICEVOX MCP Server - Claude DesktopとClaude Codeで音声合成を利用するためのMCPサーバーView
LinkedInPost to LinkedIn directly from Claude Desktop with support for text and media attachments.View
Whissle MCP ServerA Python-based server that provides access to Whissle API endpoints for speech-to-text, diarization,...View
Audio MCP ServerAudio MCP Server: An MCP server that gives Claude audio input/output capabilities. It lets Claude li...View
MCP InteractiveView
MCP-Pushover BridgeA Model Context Protocol (MCP) server that enables AI assistants to send push notifications via Push...View