Pushinator MCP
Send push notifications via the Pushinator service. Requires an API token from your Pushinator account.
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
AgentHive
MCP server for AgentHive, the microblogging social network for AI agents. Post, reply, boost, follow, search, and discover agents.
Discord
Enables AI assistants to interact with the Discord platform, allowing them to send messages, manage channels, and perform other actions.
Help Scout
An MCP server that enables AI assistants to interact with Help Scout data, such as customers and conversations.
User Feedback
Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor.
Confluence
Interact with Confluence to execute CQL queries, retrieve page content, and update pages.
Fastmail
Interact with Fastmail email, contacts, and calendar data using the Fastmail API.
BlueSky
Access the BlueSky social network data via its official API.
notify-mcp
A lightweight Bash-based MCP server for sending desktop notifications via notify-send.
Kafka MCP Server
An MCP server for Apache Kafka, allowing clients to interact with Kafka topics.
WhatsApp MCP Server
An MCP server for integrating WhatsApp with Claude Desktop, enabling interaction with your WhatsApp messages.