Pushinator MCP
About
Send push notifications via the Pushinator service. Requires an API token from your Pushinator account.
Details
- Author
- appricos
- Downloads
- 291
- Categories
- Communication, Productivity, Other
Jump to
—
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Pushinator MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install dependencies with bun install, then build with bun run build. Configure your MCP client with the command node, args pointing to build/index.js, and the environment variable PUSHINATOR_API_KEY set to your API token from the Pushinator API tokens page.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"pushinator mcp": {
"pushinator-mcp": {
"command": "bun",
"args": [
"run",
"build"
]
}
}
}
}
McpServers
{
"pushinator-mcp": {
"command": "bun",
"args": [
"run",
"build"
]
}
}
After that, add the Pushinator MCP to your MCP client (the API token can be retrieved in yourPushinator API tokens page):
{ "mcpServers": { "pushinator": { "command": "node", "args": ["path-to-repo/build/index.js"], "env": { "PUSHINATOR_API_KEY": "YOUR_PUSHINATOR_API_KEY" } } } }
Manage your WhatsApp, SMS and Phone Calls using a single MCP connector
Connect to any function, any language, across network boundaries using AgentRPC.
Access your meeting transcripts, summaries, and action items from any AI assistant.
Connect Claude, ChatGPT, and other AI tools to your Granola meeting notes via MCP. Query your notes, search transcripts, and get meeting insights in your favorite AI assistants.
Build with the Kudosity API to send SMS and MMS. Access developer docs, API references and live testing tools to send messages, manage contact lists, configure webhooks and more.
Send SMS, WhatsApp, and RCS messages programmatically with DLT compliance. Manage contacts, schedule campaigns, and track delivery reports.
Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.
The VoIPstudio MCP server gives compatible AI assistants secure access to authorised VoIPstudio account data, including recordings, call detail records, live calls and voicemails in order to query call activity, analyse patterns, identify agent performance issues and generate QA or operations reports in plain English.
A bridge server connecting Agent Communication Protocol (ACP) agents with Model Context Protocol (MCP) clients.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





