Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends, with stdio/HTTP transports, auth, and plugin packaging.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rapprise": {
"command": "cargo",
"args": [
"run",
"--",
"rapprise"
]
}
}
}
Run in terminal:
claude mcp add rapprise cargo run -- rapprise
Add to .cursor/mcp.json:
{
"mcpServers": {
"rapprise": {
"command": "cargo",
"args": [
"run",
"--",
"rapprise"
]
}
}
}