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.
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


