Sound Notification MCP
Plays system notification sounds on macOS when AI assistants like Windsurf or Cursor require user attention, such as when coding is complete or user approval is needed.
Runs as a Node.js application to provide sound notification capabilities for AI coding assistants.
Implemented in TypeScript, allowing customization of notification sound settings.
Uses Yarn for dependency management and build processes.
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., "@Sound Notification MCPplay a notification sound when my code is ready"
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.
Sound Notification MCP (JPN followed By ENG)
This project is an MCP server that lets AI coding assistants like Windsurf and Cursor play notification sounds when they need user attention. It can play notification sounds when coding is finished or when user approval is needed.
Notes & Disclaimer
*When adding settings, be sure to add the setting to the rules (memory for Windsurf) as a set.
Currently it only supports MacOS.
Since the MCP CALL is left to the discretion of the LLM, there is a possibility that sounds may be heard at unexpected times or that the device may not function as expected.
In both Cursor and Windsurf, there is often no confirmation prompt before executing a command.
Windsurf may ring the notification sound multiple times when you exit the app. (Please note that this will consume credits.)
Related MCP server: play-sound-mcp-server
set up
Prerequisites
Node.js (v18 or higher)
Yarn
install
# リポジトリをクローン
git clone <repository-url>
cd sound-notification-mcp
# 依存関係のインストール
yarn install
# ビルド
yarn buildNow you're ready to go.
Settings for Windsurf and Cursor
Cursor
A sample is listed in /.cursor/mcp.json. (If you write it in /.cursor/mcp.json, you will need to write it for each project. If you want to enable it globally, please set it from the settings icon.)
Windsurf
Write the settings in mcp_config.json . It is fine to use the same contents as /.cursor/mcp.json.
Customization
Change notification sound
Change the following in src/index.ts file:
const SYSTEM_SOUND_PATH = '/System/Library/Sounds/Glass.aiff'; // macOSのデフォルトサウンド
The system sounds available on macOS are located in /System/Library/Sounds/ directory:
Bottle.aiff
Frog.aiff
Funk.aiff
Glass.aiff
Hero.aiff
Morse.aiff
Ping.aiff
Pop.aiff
Purr.aiff
Sosumi.aiff
Submarine.aiff
Tink.aiff
troubleshooting
If there is no sound
Make sure your system volume is set properly.
Please check that the specified audio file exists.
Check the terminal output for error messages.
If the MCP server does not start
Make sure you have Node.js and Yarn installed correctly.
Make sure the dependencies are installed correctly:
yarn installCheck for build errors:
yarn build
license
MIT
English Version
This project is an MCP server that plays notification sounds when AI coding assistants like Windsurf or Cursor require user attention. It can play notification sounds when coding is complete or when user approval is needed.
Notes & Disclaimer
* When adding settings, please always add corresponding entries to the rules.
Currently only supports MAC as the creator uses a Mac and cannot verify on Windows.
Since MCP CALLS depend on LLM judgment, sounds may play at unexpected times or not work as expected.
For Cursor, sounds may sometimes not play before command execution approval.
With Windsurf, there is a phenomenon where notification sounds may play multiple times.
Setup
Prerequisites
Node.js (v18 or higher)
Yarn
Installation
# Clone the repository
git clone <repository-url>
cd sound-notification-mcp
# Install dependencies
yarn install
# Build
yarn buildNow you're ready to go.
Configuration for Windsurf and Cursor
Cursor
A sample configuration is provided in /.cursor/mcp.json (Writing to /.cursor/mcp.json requires configuration for each project. If you want to enable it globally, please configure it from the settings icon.)
Windsurf
Add configuration to mcp_config.json . The content can be exactly the same as /.cursor/mcp.json .
For Windsurf, it is also strongly recommended to:
Add the notification instructions to your
global_rules.mdfileAdd the notification settings to your memories
This ensures that the AI assistant consistently uses sound notifications when needed.
Customization
Changing the Notification Sound
Modify the following section in the src/index.ts file:
const SYSTEM_SOUND_PATH = '/System/Library/Sounds/Glass.aiff'; // macOS default soundSystem sounds available on macOS can be found in the /System/Library/Sounds/ directory:
Bottle.aiff
Frog.aiff
Funk.aiff
Glass.aiff
Hero.aiff
Morse.aiff
Ping.aiff
Pop.aiff
Purr.aiff
Sosumi.aiff
Submarine.aiff
Tink.aiff
Troubleshooting
If No Sound Plays
Check that the system volume is properly set.
Verify that the specified sound file exists.
Check the terminal output for error messages.
If the MCP Server Fails to Start
Verify that Node.js and Yarn are correctly installed.
Check that dependencies are properly installed:
yarn installCheck for build errors:
yarn build
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
- AlicenseBqualityCmaintenanceA Model Context Protocol server that allows AI agents to play notification sounds when tasks are completed.13114Apache 2.0
- FlicenseBqualityDmaintenanceAn MCP server that plays local sound files on macOS using the afplay command, allowing AI assistants to trigger audio notifications after responding.1
- Alicense-qualityAmaintenanceMulti-sensory feedback MCP server for AI coding agents, providing audio, visual, haptic, and physical notifications with customizable characters and modes.MIT
- AlicenseAqualityCmaintenanceA local MCP server that rings a bell through your speakers to provide audible notifications when AI completes tasks or needs attention.2MIT
Related MCP Connectors
MCP server for Producer/Riffusion AI music generation
An MCP server that integrates with Discord to provide AI-powered features.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
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/ks0318-p/sound-notification-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server