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:
Copy
- 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:
Copy
Usage
Run the MCP server:
Copy
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:
Copy
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Provides audio feedback by playing sound effects when Cursor AI completes code generation, creating a more interactive coding experience.
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn AI-powered development toolkit for Cursor providing intelligent coding assistance through advanced reasoning, UI screenshot analysis, and code review tools.Last updated -1,261240TypeScriptMIT License
- -securityAlicense-qualityA 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,2612TypeScriptMIT License
- AsecurityFlicenseAqualityEnables users to control the cursor in Figma through verbal commands using an agentic AI agent, streamlining the design process with a new interaction method.Last updated -195,1851JavaScript
- -securityFlicense-qualityEnables Cursor AI to interact with Figma designs, allowing users to read design information and programmatically modify elements through natural language commands.Last updated -TypeScript