Cursor Sound
Enhance your coding experience by adding audio feedback when code generation is completed. Integrate sound effects seamlessly with Cursor for a more interactive development environment. Customize sound effects to suit your preferences and enjoy a more engaging coding session.
Installation
Installing for Claude Desktop
Manual Configuration Required
This MCP server requires manual configuration. Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
This will open your configuration file where you can add the Cursor Sound MCP server manually.
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
- Install dependencies:
npm install
- 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.
- 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:
- Replacing the sound files in the
sounds
directory - Modifying the sound file paths in
src/index.ts
Development
For development with auto-recompilation:
npm run dev
Stars
18Forks
5Last commit
4 months agoRepository age
4 months
Auto-fetched from GitHub .
MCP servers similar to Cursor Sound:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit