★ 0 stars
Python
💬 Communication
Updated today
FastMCP server that pages on-call via 100+ notification channels (Apprise wrapper). WhatsApp, ntfy, Pushover, Telegram, Twilio SMS, email — one MCP, many providers.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"paging-mcp": {
"command": "uvx",
"args": [
"paging-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add paging-mcp uvx paging-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"paging-mcp": {
"command": "uvx",
"args": [
"paging-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install paging-mcp
README Excerpt
<!-- mycelium-badges:start --> <p> <a href="https://github.com/adelaidasofia/paging-mcp/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/adelaidasofia/paging-mcp?color=blue"></a> <a href="https://github.com/adelaidasofia/paging-mcp/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/adelaidasofia/paging-mcp?color=eab308"></a>
Tools (2)
health_check list_configured_channels
Topics
apprise claude-code fastmcp mcp notifications ntfy observability on-call paging whatsapp