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"
}
}
}
}
संबंधित सर्वर
A2A MCP Server
A bridge server connecting Model Context Protocol (MCP) with Agent-to-Agent (A2A) protocol.
LINE Bot MCP Server
Connects an AI agent to a LINE Official Account using the LINE Messaging API.
Hacker News MCP Server
Access Hacker News stories, comments, and user profiles using the Hacker News API.
Python LINE MCP Server
An MCP server for accessing and interacting with LINE Bot messages.
MCP Claude Hacker News
Interact with Hacker News through the Model Context Protocol (MCP), designed for Claude Desktop.
Slack MCP Server
Access Slack DMs, channels, and messages from Claude. Browser token auth - no OAuth needed.
any-chat-completions-mcp
Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more
BotEmail MCP Server
Give your AI agent its own email address — instant bot inboxes via API, no human setup required.
Gossiper Shopify Admin MCP Server
Control Shopify Admin tasks with agents or via prompt. Ultra slim integration, fast and secure.
Telegram
A server for interacting with Telegram via the MTProto API, requiring API credentials.