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

Server Summary Actions
MCP Email Server Gmail と IMAP をサポートするメール管理用MCPサーバー View
MCP LinkedIn A Model Context Protocol (MCP) server that provides tools to interact with LinkedIn's Feeds and Job... View
MCP Claude Hacker News View
Slack Notify MCP server for sending notifications to Slack using OAuth bot tokens. View
Gmail MCP A Model Context Protocol (MCP) server implementation for the Gmail API, providing a standardized int... View
AivisSpeech MCP Simple AivisSpeech Description: An MCP server for seamless integration with the AivisSpeech... View