A MCP server that plays notification sounds when Cursor/Windsurf completes code generation or requires user approval.
npx -y @mkusaka/mcp-notify-server
Or install globally:
npm install -g @mkusaka/mcp-notify-server
Add the following to your Cursor configuration file (~/.cursor/config.json
):
{
"mcpServers": {
"notify": {
"command": "npx",
"args": ["-y", "@mkusaka/mcp-notify-server"]
}
}
}
Add the following to your Cursor rules file:
Always Notify by sound using "notify" every time you need user attention
- when you need user's approval for running the tool
- when you finish the task
- DO NOT MAKE MORE THAN ONE SOUND NOTIFICATION.
git clone https://github.com/mkusaka/mcp-notify-server.git
cd mcp-notify-server
npm install
npm run build
You can test the MCP server interactively using mcp-inspector
:
npm run inspect
This allows you to test the server's tools and functionality in an interactive environment.
npm run build
- Build the projectnpm run start
- Start the servernpm run dev
- Start the development mode with watchnpm run inspect
- Start the interactive inspection modeContributions are welcome! Please feel free to submit a Pull Request.
ISC
@mkusaka
{
"mcpServers": {
"notify": {
"env": {},
"args": [
"-y",
"@mkusaka/mcp-notify-server"
],
"command": "npx"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.