Skip to main content
Glama

Cursor Sound MCP

by ericlistin

カーソルサウンドMCP

Cursor AIがコード生成を完了した後にサウンドエフェクトを再生するモデルコンテキストプロトコル(MCP)実装。このMCPはCursorと統合され、よりインタラクティブなコーディング体験のためのオーディオフィードバックを提供します。

特徴

  • カーソルがコード生成を完了すると効果音が鳴ります
  • 標準化された統合のためにモデルコンテキストプロトコル(MCP)を使用します
  • 設定可能なサウンドエフェクト

インストール

  1. 依存関係をインストールします:
npm install
  1. 効果音を追加する:サウンドファイルをsoundsディレクトリに配置します。デフォルトの効果音は以下のとおりです。
  • sounds/completion.mp3 - コード生成後に再生されます

無料のサウンドエフェクトは freesound.org で見つかります。

  1. プロジェクトをビルドします。
npm run build

使用法

MCP サーバーを実行します。

npm start

サーバーが起動し、stdio トランスポートを介してカーソルからのイベントをリッスンします。

構成

サウンド効果と音量は次のようにカスタマイズできます。

  1. soundsディレクトリ内のサウンドファイルを置き換える
  2. src/index.ts内のサウンドファイルパスを変更する

発達

自動再コンパイルを使用した開発の場合:

npm run dev
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Cursor AI がコード生成を完了するとサウンド効果を再生してオーディオフィードバックを提供し、よりインタラクティブなコーディングエクスペリエンスを実現します。

  1. 特徴
    1. インストール
      1. 使用法
        1. 構成
          1. 発達

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              An AI-powered development toolkit for Cursor providing intelligent coding assistance through advanced reasoning, UI screenshot analysis, and code review tools.
              Last updated -
              839
              240
              TypeScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              A Cursor-compatible toolkit that provides intelligent coding assistance through custom AI tools for code architecture planning, screenshot analysis, code review, and file reading capabilities.
              Last updated -
              839
              2
              TypeScript
              MIT License
            • A
              security
              F
              license
              A
              quality
              Enables users to control the cursor in Figma through verbal commands using an agentic AI agent, streamlining the design process with a new interaction method.
              Last updated -
              19
              2,514
              1
              JavaScript
            • -
              security
              F
              license
              -
              quality
              Enables Cursor AI to interact with Figma designs, allowing users to read design information and programmatically modify elements through natural language commands.
              Last updated -
              TypeScript

            View all related MCP servers

            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/ericlistin/sound-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server