logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sound-mcp

Plays sound effects after Cursor AI completes code generation to enhance the coding experience. Users can customize sound effects, integrating audio feedback into their development environment.

Author

sound-mcp logo

ericlistin

No License

Quick Info

GitHub GitHub Stars 19
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

audiosoundericlistinsound mcpericlistin soundsound effects

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.

Features

  • Plays a sound effect when Cursor completes code generation
  • Uses the Model Context Protocol (MCP) for standardized integration
  • Configurable sound effects

Installation

  1. Install dependencies:
npm install
  1. Add your sound effects: Place your sound files in the sounds directory. The default expected sound is:
  2. 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

See Also

`