notify-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@notify-mcpSend a finished notification with message 'Deployment complete'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
notify-mcp
An MCP server that sends native Windows desktop notifications with repeating sound alerts for Claude Code.
When Claude needs your attention — finished a task, needs help, or wants a review — it triggers a native Windows popup with a gentle repeating chime until you respond.
Features
Native Windows popup — WinForms dialog, no browser needed
Repeating sound — gentle system chime every 8 seconds until dismissed
3 notification states:
needs_help— Claude is stuck and needs your inputfinished— task is completepending_review— work is ready for your review
2 user actions:
OK — stops sound and closes popup
Remind me in X min — snooze with custom minutes, re-triggers automatically
Related MCP server: AI Notify MCP
Screenshots
Finished | Needs Help | Pending Review |
|
|
|
Setup
npm install
npm run buildAdd to Claude Code (global)
claude mcp add --scope user --transport stdio notify -- node /path/to/notify-mcp/build/index.jsOr manually add to ~/.claude.json:
{
"mcpServers": {
"notify": {
"type": "stdio",
"command": "node",
"args": ["/path/to/notify-mcp/build/index.js"]
}
}
}Usage
Once configured, Claude Code can call the notify tool:
notify({ state: "finished", message: "PR is ready for your review!" })
notify({ state: "needs_help", message: "Can't resolve merge conflict in auth.ts" })
notify({ state: "pending_review", message: "Refactor complete — please check the diff" })Requirements
Windows 10/11
Node.js 18+
PowerShell (ships with Windows)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides voice notifications using Grok's text-to-speech API to alert users when Claude Code completes tasks, with support for both local and remote server configurations.Last updated1MIT
- FlicenseCqualityDmaintenanceSends system notifications when AI completes responses in MCP-compatible code editors, with cross-platform support for macOS, Windows, and Linux including customizable titles, messages, icons, and sound effects.Last updated2
- AlicenseBqualityDmaintenancePlays Spotify tracks or system sounds as notifications when Claude Code completes tasks, with desktop notifications and cross-platform support for macOS, Linux, and Windows.Last updated8311MIT
- AlicenseAqualityDmaintenanceProvides automatic desktop notifications and contextual sounds for Claude Code operations across macOS, Windows, and Linux. It enhances the development experience by intelligently mapping specific event types to native system alerts and sounds.Last updated4573MIT
Related MCP Connectors
Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification.
Push notifications for AI agents - send instant iPhone notifications from any MCP client.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ShikeChen01/notify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server


