Pushover Connector for AI agents.
12 live capabilities
Send real-time push notifications and manage alert delivery for incident response.
Waiting for input…
Why people use Pushover
Pushover for Real-Time Incident Alerting
With this Connector, your AI agent handles the heavy lifting. You just tell it what happened, and it pushes the right alert to the right people with the right sound. You get a confirmed receipt back in your chat, so you know the team is on it.
What Vinkius changes
You get a voice-controlled way to manage your entire alert infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Immediate outage reporting
A server goes down and you need to alert the team.
- Real-world use case 02
Critical hardware spikes
You notice a CPU spike on production.
- Real-world use case 03
Delivery audits
You need to confirm the team saw the last update.
Complete set · 12capabilities
The complete Pushover capability set.
These are the exact actions your AI can choose when you ask it to work with Pushover.
01—04
4 capabilities in this set.
Part of 12 available through Pushover.
- 01 Capability
Update glances data
Set watch glance info for your devices. This keeps your wearable displays updated with current data.
- 02 Capability
Get message limits
Check your account quotas and remaining messages. It helps you stay within your plan's limits.
- 03 Capability
List available sounds
Get a list of alert sound names. You can use these to customize the audio for different alert types.
- 04 Capability
List user subscriptions
List all active plans for your account. This helps you track your current service levels.
05—08
4 capabilities in this set.
Part of 12 available through Pushover.
- 05 Capability
Grant app license
Assign a license to a specific user. This helps you manage permissions for your notification app.
- 06 Capability
Stop emergency alert
Cancel repeated retries for an ongoing alert. Use this to silence an alarm once the issue is resolved.
- 07 Capability
Get emergency receipt
Check the status of a sent emergency alert. Use this to see if a recipient acknowledged the message.
- 08 Capability
List registered devices
List all hardware currently connected to your account. This is useful for auditing your notification reach.
09—12
4 capabilities in this set.
Part of 12 available through Pushover.
- 09 Capability
Send emergency alert
Send an urgent alert that repeats until acknowledged. This ensures critical messages don't get missed.
- 10 Capability
Send push notification
Send a real-time alert to your devices. Use this for standard updates and non-urgent pings.
- 11 Capability
Test pushover auth
Check your connection to the Pushover service. Run this to make sure your keys are set up correctly.
- 12 Capability
Verify user key
Check if a specific user key is valid. This prevents sending messages to inactive or incorrect accounts.
Set up in minutes
One URL. Then ask Pushover to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Pushover from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_S1VEQG7Ddg2wcISVoSEoUQyA0wUNtYROM05FDegt/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Pushover, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Pushover for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_S1VEQG7Ddg2wcISVoSEoUQyA0wUNtYROM05FDegt/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Pushover URL.
- Step 03
Save and start
Save the connection and enable Pushover in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pushover": {
"url": "https://edge.vinkius.com/vk_preview_S1VEQG7Ddg2wcISVoSEoUQyA0wUNtYROM05FDegt/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Pushover
Open Agent mode in chat and ask: "Using Pushover, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pushover": {
"url": "https://edge.vinkius.com/vk_preview_S1VEQG7Ddg2wcISVoSEoUQyA0wUNtYROM05FDegt/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Pushover
Ask Copilot: "Using Pushover, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pushover": {
"url": "https://edge.vinkius.com/vk_preview_S1VEQG7Ddg2wcISVoSEoUQyA0wUNtYROM05FDegt/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Pushover
Open Cascade and ask: "Using Pushover, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pushover": {
"url": "https://edge.vinkius.com/vk_preview_S1VEQG7Ddg2wcISVoSEoUQyA0wUNtYROM05FDegt/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Pushover
Ask Cline: "Using Pushover, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pushover --transport http "https://edge.vinkius.com/vk_preview_S1VEQG7Ddg2wcISVoSEoUQyA0wUNtYROM05FDegt/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Pushover
Ask Claude: "Using Pushover, show me...". 12 tools are ready
Where the request belongs
Work Pushover can move forward.
The ops engineer who's tired of clicking through dashboards at 2am or the project manager who needs to ensure everyone sees a critical update immediately.
DevOps Engineer
Sends system alerts and monitors incident responses during outages without switching apps.
IT Manager
Manages notification groups and monitors delivery receipts for compliance and team awareness.
Power User
Automates personal alerts and monitors device limits from a single chat interface.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse Connectorsntfy (Push Notifications)
Send and receive push notifications via ntfy topics directly from your AI agent to any device.
Gotify
Send and receive push notifications via your own Gotify server. manage messages, applications, and clients directly through AI.
Pushbullet
Send files, links, and notifications between your phone and computer instantly with universal copy-paste across all devices.
Aimtell
Web push notification orchestration. manage campaigns, segments, and subscribers via AI.
Xiaomi Push Service / 小米推送
Xiaomi's essential device push platform. send notifications to MIUI and Global devices via AI.
OneSignal
Automate push notifications via OneSignal. send messages, manage segments, and track delivery stats directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Pushover connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Pushover.
The practical details behind the request, access and result.
Can the Pushover MCP send alerts to my phone?
Yes, it sends push notifications to your mobile devices, desktop, and wearables instantly. You can even specify custom sounds for different types of alerts.
Does the Pushover MCP handle emergency alerts?
It can send repeated alerts that keep pinging until someone acknowledges them. This is perfect for critical outages where you need to ensure someone sees the message.
How do I know if my team saw a notification?
You can ask the agent to check delivery receipts for specific high-priority messages. This tells you exactly who acknowledged the alert and who is still pending.
Can I use the Pushover MCP to manage my devices?
Yes, your agent can list all your registered hardware and check your account's subscription status directly from the chat.
Is the Pushover MCP good for DevOps?
It's a staple for DevOps because it allows for automated, real-time incident reporting without manual dashboard monitoring or constant app switching.
Can I customize the sounds for different alerts?
Yes, the Connector can pull a list of available sounds so you can set different tones for different types of alerts, like differentiating a low-priority ping from a critical error.
Can my AI automatically send an emergency notification with a custom sound?
Yes! Use the send_message capability. Set priority: 2 for emergency, retry: 60, and expire: 3600. You can also specify a sound (e.g., 'alien', 'bugle') to ensure the alert is heard immediately.
How do I find my Pushover App Token and User Key?
Your User Key is displayed on your Pushover dashboard. To get an App Token, you must register an application on the dashboard first.
One connection away
Give your agent a direct line to Pushover.
Connect Pushover once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available