커서 사운드 MCP
Cursor AI가 코드 생성을 완료한 후 음향 효과를 재생하는 모델 컨텍스트 프로토콜(MCP) 구현입니다. 이 MCP는 Cursor와 통합되어 더욱 인터랙티브한 코딩 경험을 위한 오디오 피드백을 제공합니다.
X.com의 @EricListin에서 영감을 받아 코드를 약간 변경해서 오류가 발생하지 않고 온라인 상태가 되지 않도록 했습니다.
특징
- 커서가 코드 생성을 완료하면 사운드 효과를 재생합니다.
- 표준화된 통합을 위해 MCP(Model Context Protocol)를 사용합니다.
- 구성 가능한 사운드 효과
- 향상된 오류 처리 및 로깅
- 안정적인 JSON 응답 형식
커서 규칙
커서 사용자 정의 지침에 다음을 추가하세요.
"어떤 작업을 마칠 때마다 또는 나에게 뭔가 필요할 때마다, sound-mcp MCP 서버를 실행해서 내 주의를 끌어주세요."
설치
- 종속성 설치:
지엑스피1
- 사운드 효과 추가: 사운드 파일을
sounds
디렉터리에 넣으세요. 기본 예상 사운드는 다음과 같습니다.
sounds/completion.mp3
- 코드 생성 후 재생됨
freesound.org에서 무료 음향 효과를 찾을 수 있습니다.
- 프로젝트를 빌드하세요:
용법
MCP 서버를 실행합니다.
서버는 stdio 전송을 통해 Cursor에서 발생하는 이벤트를 시작하고 수신합니다.
구성
사운드 효과와 볼륨은 다음과 같이 사용자 지정할 수 있습니다.
sounds
디렉토리의 사운드 파일 교체src/index.ts
에서 사운드 파일 경로 수정
개발
자동 재컴파일을 통한 개발의 경우:
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.
Cursor AI가 코드 생성을 완료하면 사운드 효과를 재생하여, 더욱 대화형 코딩 환경을 위한 오디오 피드백을 제공합니다.
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 -645240TypeScriptMIT 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 -6452TypeScriptMIT License
- -securityFlicense-qualityProvides audio feedback by playing sound effects when Cursor AI completes code generation, creating a more interactive coding experience.Last updated -15TypeScript
- -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