sound-mcp
19
Cursor Sound MCP is designed to enhance the coding experience by playing sound effects when Cursor AI completes code generation. It uses the Model Context Protocol for integration and provides options for configuring sound effects.
How do I change the sound effect?
To change the sound effect, replace the sound files in the 'sounds' directory and update the sound file paths in 'src/index.ts'.
Where can I find free sound effects?
You can find free sound effects on websites like freesound.org.
What is the default sound file used?
The default sound file used is 'sounds/completion.mp3', which is played after code generation.
How do I start the MCP server?
You can start the MCP server by running the command 'npm start'.
Can I customize the volume of the sound effects?
Yes, you can customize the volume by modifying the sound settings in the 'src/index.ts' file.