MCP-Pushover Bridge
Enables AI assistants to send push notifications to mobile devices via Pushover, allowing users to receive instant alerts for task completions, errors, reminders, and custom messages through their AI conversations.
README
MCP-Pushover Bridge
A Model Context Protocol (MCP) server that enables AI assistants to send push notifications via Pushover. Perfect for getting instant mobile alerts when Claude completes tasks, encounters errors, or when you want to send yourself messages through your AI assistant.
Features
- 📱 Send push notifications through Pushover API
- 🔄 Configurable retry logic with exponential backoff
- 🎛️ Support for all Pushover message parameters (title, priority, sound)
- ⚙️ Environment-based configuration
- 🔷 Full TypeScript support
- 🤖 Built for Claude Desktop and MCP-compatible clients
Installation
Quick Start (Recommended)
npx mcp-pushover
Global Installation
npm install -g mcp-pushover
mcp-pushover
From Source
git clone https://github.com/pyang2045/mcp-pushover.git
cd mcp-pushover
npm install
npm run build
npm start
Pushover Setup
Before using this MCP server, you need to set up Pushover:
1. Create Pushover Account
- Sign up at pushover.net
- Note your User Key from the dashboard
2. Download Pushover App
- Install the Pushover app on your mobile device:
- iOS: Download from App Store
- Android: Download from Google Play
- Log in with your Pushover account credentials
3. Create Application
- Go to pushover.net/apps/build
- Create a new application (e.g., "MCP Bridge")
- Note your API Token/Key
4. Test Your Setup
You can test your credentials using curl:
curl -s \
--form-string "token=YOUR_API_TOKEN" \
--form-string "user=YOUR_USER_KEY" \
--form-string "message=Test from MCP-Pushover" \
https://api.pushover.net/1/messages.json
Configuration
Environment Variables
Create a .env file or set these environment variables:
# Required (unless provided as tool parameters)
PUSHOVER_DEFAULT_TOKEN=your_pushover_app_token
PUSHOVER_DEFAULT_USER=your_pushover_user_key
# Optional
NODE_ENV=production
LOG_LEVEL=info
RETRY_MAX_ATTEMPTS=3
RETRY_INITIAL_DELAY=1000
Claude Desktop Integration
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"pushover": {
"command": "npx",
"args": ["mcp-pushover"],
"env": {
"PUSHOVER_DEFAULT_TOKEN": "your_app_api_token",
"PUSHOVER_DEFAULT_USER": "your_user_key"
}
}
}
}
After updating the configuration, restart Claude Desktop to load the MCP server.
Available Tools
pushover_send_message
Send a notification via Pushover to your mobile device.
Parameters:
message(required): The message content to senduser_key(optional): Pushover user or group key (defaults to env var)api_token(optional): Pushover application API token (defaults to env var)title(optional): Message titlepriority(optional): Message priority:-2: No notification/alert-1: Quiet notification0: Normal priority (default)1: High priority2: Emergency priority (requires acknowledgment)
sound(optional): Notification sound (pushover, bike, bugle, cashregister, classical, cosmic, falling, gamelan, incoming, intermission, magic, mechanical, pianobar, siren, spacealarm, tugboat, alien, climb, persistent, echo, updown, vibrate, none)
Example:
{
"message": "Task completed successfully!",
"title": "Claude Notification",
"priority": 1,
"sound": "magic"
}
Use Cases
Personal Messaging
Ask Claude to send yourself reminders or messages:
- "Send me a notification to call mom at 5 PM"
- "Remind me to check the server logs"
- "Send a message saying the backup is complete"
Task Completion Alerts
Get notified when Claude finishes work:
- "Let me know when you're done analyzing this data"
- "Send me a notification when the report is ready"
- "Alert me if you find any errors in the code"
Workflow Integration
Integrate with your daily routines:
- Morning briefings and daily summaries
- Build completion and deployment notifications
- Error monitoring and system alerts
- Meeting reminders and calendar notifications
Emergency Notifications
High-priority alerts that require immediate attention:
- System failures or critical errors
- Security alerts or unusual activity
- Time-sensitive reminders
- Urgent task completions
Simply ask Claude: "Send me a push notification that says 'Deploy completed successfully'" and you'll receive it instantly on your mobile device!
Security
- API tokens are never logged
- Supports environment variables for credential management
- All Pushover API calls use HTTPS
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。