Cursor Sound MCP

by bcharleson

Integrations

  • Used for package management and running scripts to install dependencies, build, and start the MCP server

Cursor Sound MCP

A Model Context Protocol (MCP) implementation that plays sound effects after Cursor AI completes code generation. This MCP integrates with Cursor to provide audio feedback for a more interactive coding experience.

Inspired by @EricListin on X.com - I have made some changes to the code to not error out and be online.

Features

  • Plays a sound effect when Cursor completes code generation
  • Uses the Model Context Protocol (MCP) for standardized integration
  • Configurable sound effects
  • Improved error handling and logging
  • Stable JSON response format

Cursor Rules

Add this to your Cursor custom instructions:

"EVERY TIME you finish any task or you need something from me, run the sound-mcp MCP server to get my attention."

Installation

  1. Install dependencies:
npm install
  1. Add your sound effects: Place your sound files in the sounds directory. The default expected sound is:
  • sounds/completion.mp3 - Played after code generation

You can find free sound effects on freesound.org.

  1. Build the project:
npm run build

Usage

Run the MCP server:

npm start

The server will start and listen for events from Cursor through the stdio transport.

Configuration

The sound effects and volume can be customized by:

  1. Replacing the sound files in the sounds directory
  2. Modifying the sound file paths in src/index.ts

Development

For development with auto-recompilation:

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

Plays sound effects when Cursor AI completes code generation, providing audio feedback for a more interactive coding experience.

  1. Features
    1. Cursor Rules
      1. Installation
        1. Usage
          1. Configuration
            1. Development

              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 -
                1,519
                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 -
                1,519
                2
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                Provides audio feedback by playing sound effects when Cursor AI completes code generation, creating a more interactive coding experience.
                Last updated -
                15
                TypeScript
              • -
                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

              ID: ay5aciqqpv