Cursor Sound MCP
光标声音 MCP
模型上下文协议 (MCP) 实现,可在 Cursor AI 完成代码生成后播放音效。此 MCP 与 Cursor 集成,可提供音频反馈,从而带来更具互动性的编码体验。
受到 X.com 上的 @EricListin 的启发 - 我对代码做了一些更改,以免出错并保持在线。
特征
当 Cursor 完成代码生成时播放音效
使用模型上下文协议 (MCP) 进行标准化集成
可配置的音效
改进的错误处理和日志记录
稳定的 JSON 响应格式
Related MCP server: MCP Sound Tool
游标规则
将其添加到您的 Cursor 自定义指令中:
“每次你完成任何任务或者需要我做某事时,请运行 sound-mcp MCP 服务器来引起我的注意。”
安装
安装依赖项:
npm install添加音效:将声音文件放在
sounds目录中。默认的预期声音是:
sounds/completion.mp3- 代码生成后播放
您可以在 freesound.org 上找到免费的音效。
构建项目:
npm run build用法
运行 MCP 服务器:
npm start服务器将启动并通过 stdio 传输监听来自 Cursor 的事件。
配置
音效和音量可以通过以下方式定制:
替换
sounds目录中的声音文件修改
src/index.ts中的声音文件路径
发展
对于使用自动重新编译的开发:
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
Related MCP Servers
- FlicenseDqualityDmaintenanceProvides audio feedback by playing sound effects when Cursor AI completes code generation, creating a more interactive coding experience.119
- AlicenseAqualityFmaintenanceA Model Context Protocol implementation that plays sound effects (completion, error, notification) for Cursor AI and other MCP-compatible environments, providing audio feedback for a more interactive coding experience.31MIT
- Alicense-qualityFmaintenanceProvides audio playback functionality for AI agents, allowing them to play notification sounds when coding tasks are completed.1MIT
- AlicenseBqualityDmaintenancePlays sound effects (completion, newtype, and error sounds) in response to various situations like task completion, insights, or errors. Integrates with Claude Desktop to provide audio feedback for improved workflow efficiency and entertainment.2176MIT
Related MCP Connectors
Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.
Clip videos into captioned shorts, add captions & schedule posts — from Claude, ChatGPT, Cursor.
Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/bcharleson/sound-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server