Apprise RMCP for Claude Desktop
ai.dinglebear/apprise-rmcp
Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends.
client:Claude Desktop
transport:stdio
runtime:npm
Install Apprise RMCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"apprise-rmcp": {
"command": "npx",
"args": [
"-y",
"apprise-rmcp"
],
"env": {
"APPRISE_URL": "<APPRISE_URL>",
"APPRISE_TOKEN": "<APPRISE_TOKEN>",
"APPRISE_RMCP_VERSION": "<APPRISE_RMCP_VERSION>",
"APPRISE_RMCP_REPO": "<APPRISE_RMCP_REPO>",
"APPRISE_RMCP_RELEASE_BASE_URL": "<APPRISE_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<RUST_LOG>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs