Cursor Sound MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cursor Sound MCPplay a chime when code generation completes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: MCP Sound Tool
Installation
Install dependencies:
npm installAdd your sound effects: Place your sound files in the
soundsdirectory. 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 buildUsage
Run the MCP server:
npm startThe 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
soundsdirectoryModifying the sound file paths in
src/index.ts
Development
For development with auto-recompilation:
npm run devMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yarikbuilds/sound-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server