カーソルサウンドMCP
Cursor AIがコード生成を完了した後にサウンドエフェクトを再生するモデルコンテキストプロトコル(MCP)実装。このMCPはCursorと統合され、よりインタラクティブなコーディング体験のためのオーディオフィードバックを提供します。
X.com の @EricListin に触発されて、エラーが出ずにオンラインになるようにコードにいくつか変更を加えました。
特徴
- カーソルがコード生成を完了すると効果音が鳴ります
- 標準化された統合のためにモデルコンテキストプロトコル(MCP)を使用します
- 設定可能なサウンドエフェクト
- エラー処理とログの改善
- 安定したJSONレスポンス形式
カーソルルール
カーソルのカスタム指示にこれを追加します:
「何かタスクを完了したとき、または私に何か必要なときは、sound-mcp MCP サーバーを実行して私の注意を引いてください。」
インストール
- 依存関係をインストールします:
- 効果音を追加する:サウンドファイルを
sounds
ディレクトリに配置します。デフォルトの効果音は以下のとおりです。
sounds/completion.mp3
- コード生成後に再生されます
無料のサウンドエフェクトは freesound.org で見つかります。
- プロジェクトをビルドします。
使用法
MCP サーバーを実行します。
サーバーが起動し、stdio トランスポートを介してカーソルからのイベントをリッスンします。
構成
サウンド効果と音量は次のようにカスタマイズできます。
sounds
ディレクトリ内のサウンドファイルを置き換えるsrc/index.ts
内のサウンドファイルパスを変更する
発達
自動再コンパイルを使用した開発の場合:
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
Cursor AI がコード生成を完了するとサウンド効果を再生し、よりインタラクティブなコーディング エクスペリエンスを実現するオーディオ フィードバックを提供します。
Related MCP Servers
- AsecurityAlicenseAqualityHelps refine AI-generated content to sound more natural and human-like. Built with advanced AI detection and text enhancement capabilities.Last updated -11629JavaScriptMIT License
- -securityAlicense-qualityAn AI-powered development toolkit for Cursor providing intelligent coding assistance through advanced reasoning, UI screenshot analysis, and code review tools.Last updated -728327TypeScriptMIT License
- AsecurityFlicenseAqualityProvides audio feedback by playing sound effects when Cursor AI completes code generation, creating a more interactive coding experience.Last updated -118TypeScript
- -securityFlicense-qualityAn MCP server that plays notification sounds when AI coding assistants like Windsurf or Cursor require user attention, such as when coding is complete or when user approval is needed.Last updated -32TypeScript