Plays customizable notification sounds on macOS to alert users when AI coding assistants require attention or approval, enhancing workflow with Model Context Protocol integration.
Unlock the full potential of Sound Notification MCP through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
Discover shared experiences
このプロジェクトは、WindsurfやCursorなどのAIコーディングアシスタントがユーザーの注意が必要な場合に通知音を鳴らすMCPサーバーです。コーディングの終了時やユーザーの承認が必要なときに通知音を鳴らすことができます。
# リポジトリをクローン git clone cd sound-notification-mcp # 依存関係のインストール yarn install # ビルド yarn build
これで準備完了です。
サンプルを/.cursor/mcp.jsonに記載しました。 (/.cursor/mcp.jsonに書くとプロジェクト毎に記載が必要になります。Globalで有効にしたければ設定アイコンから設定してください。)
mcp_config.json
に設定を記載します。
/.cursor/mcp.jsonと全く同じ内容で問題ありません。
src/index.ts
ファイル内の以下の部分を変更します:
const SYSTEM_SOUND_PATH = '/System/Library/Sounds/Glass.aiff'; // macOSのデフォルトサウンド
macOSで利用可能なシステムサウンドは /System/Library/Sounds/
ディレクトリにあります:
yarn install
yarn build
MIT
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.
# Clone the repository git clone cd sound-notification-mcp # Install dependencies yarn install # Build yarn build
Now you're ready to go.
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.)
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:
global_rules.md
fileThis ensures that the AI assistant consistently uses sound notifications when needed.
Modify the following section in the src/index.ts
file:
const SYSTEM_SOUND_PATH = '/System/Library/Sounds/Glass.aiff'; // macOS default sound
System sounds available on macOS can be found in the /System/Library/Sounds/
directory:
yarn install
yarn build
MIT
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!