Sound Notification

by ks0318-p

1 stars
333 downloads
Not rated
GitHub

About

Plays customizable audio notifications for key interaction points in development environments, alerting users when AI assistance requires attention or completes tasks.

Details

Author
ks0318-p
Repository
ks0318-p/sound-notification-mcp
GitHub stars
1
Downloads
333
Categories
Productivity, Developer Tools, Design, AI, Media, Frontend, Infrastructure, Communication

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Sound Notification
    Command (node, npx, python, etc.) node
    Arguments
    • Argument 1 src/index.ts
    Environment
    • SYSTEM_SOUND_PATH /System/Library/Sounds/Glass.aiff

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

```bash

yarn install

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "sound notification": {
            "env": {
                "SYSTEM_SOUND_PATH": "/System/Library/Sounds/Glass.aiff"
            },
            "args": [
                "src/index.ts"
            ],
            "command": "node"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": {
        "SYSTEM_SOUND_PATH": "/System/Library/Sounds/Glass.aiff"
    },
    "args": [
        "src/index.ts"
    ],
    "command": "node"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

Sound Notification MCP (JPN followed By ENG)

このプロジェクトは、WindsurfやCursorなどのAIコーディングアシスタントがユーザーの注意が必要な場合に通知音を鳴らすMCPサーバーです。コーディングの終了時やユーザーの承認が必要なときに通知音を鳴らすことができます。

注意事項&免責

- ※設定を追加する際は必ずセットでrules(windsurfにはメモリ)に記載を追加してください。 - 現状MacOSにのみ対応しています。 - MCPのCALLはLLMの判断に任せることになるため、予想外のタイミングで音が鳴ったり想定通りに動作しない可能性があります。 - Cursor/Windsurf共通でコマンド実行前の承認は鳴らないことが多いです。 - Windsurfは終了時に通知音を複数回鳴らしてしまう現象があります。(クレジット消費しますのでご注意ください。)

セットアップ

前提条件

- Node.js (v18以上)
- Yarn

インストール

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.