Adds a send_notification tool that fires native desktop notifications from your MCP agent over stdio. Useful when you're running console agents like Codex or Claude and want async feedback without polling the chat. You control title, message, sound on/off, and optional icon path. Supports node-notifier on most platforms and can force PowerShell toasts in WSL via environment variable. The main workflow is instructing your agent to notify you after long tasks or failures, either manually per request or by baking it into project-level instructions. Returns immediately while notifications queue in the background.
claude mcp add --transport stdio artemeey-mcp-notifications -- npx -y @topvisor/mcp-notifications