notify-mcp

Tuurlijk/notify-mcp
★ 5 stars Rust 📦 Other Updated 5mo ago
Notify MCP Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "notify-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "notify-mcp"
      ]
    }
  }
}