Push Notifications
MCP Serverby Kaakati · Added 5mo ago
Claude
5
Install
git clone https://github.com/Kaakati/rails-enterprise-devAdd to Claude
claude mcp add push-notificationsQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"push-notifications": {
"command": "npx",
"args": [
"@modelcontextprotocol/push-notifications"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Expert notification decisions for iOS/tvOS: when to request permission, silent vs visible notification trade-offs, rich notification strategies, and APNs architecture choices. Use when implementing push notifications, debugging delivery issues, or designing notification UX. Trigger keywords: push notification, UNUserNotificationCenter, APNs, device token, silent notification, content-available, mutable-content, notification extension, notification actions, badge
Tags
developmentrustgoswiftdebuggingskill