local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Integrates with Apple Notes to read notes content aloud using text-to-speech functionality, allowing users to have their Apple Notes read to them with customizable voice properties.
Provides text-to-speech capabilities using macOS's built-in 'say' command, allowing customization of voice, speech rate, volume, pitch, and emphasis. Supports background speech processing and can be integrated with other MCP servers to read content aloud.
Can be used to read YouTube video transcripts aloud with customizable voice settings by integrating with a YouTube transcript MCP server to convert video transcripts to speech.
say-mcp-server
macOS에 내장된 say
명령을 사용하여 텍스트-음성 변환 기능을 제공하는 MCP 서버입니다.
요구 사항
- macOS(내장된
say
명령 사용) - 노드.js >= 14.0.0
구성
MCP 설정 구성 파일에 다음을 추가합니다.
지엑스피1
설치
도구
말하다
speak
도구는 광범위한 사용자 정의 옵션을 통해 macOS의 텍스트-음성 변환 기능에 대한 액세스를 제공합니다.
기본 사용법
macOS 텍스트 음성 변환을 사용하여 텍스트를 소리내어 읽어보세요.
매개변수:
text
(필수): 음성 텍스트. 지원:- 일반 텍스트
- 멈춤을 위한 기본 구두점
- 자연스러운 줄바꿈을 위한 줄바꿈
- 500ms 동안 침묵하려면 [[slnc 500]]을 입력하세요.
- 텍스트 중간에 속도를 변경하려면 [[rate 200]]을 사용하세요.
- [[volm 0.5]] 텍스트 중간에 볼륨을 변경합니다.
- 강조를 위해 [[emph +]]와 [[emph -]]를 사용합니다.
- 피치 조정을 위한 [[pbas +10]]
voice
(선택 사항): 사용할 음성(기본값: "Alex")rate
(선택 사항): 분당 단어 수의 말하는 속도(기본값: 175, 범위: 1-500)background
(선택 사항): MCP 상호 작용을 추가로 허용하기 위해 배경에서 음성을 실행합니다(기본값: false)
고급 기능
- 음성 변조:
- 동적 요금 변경:
- 강조 및 피치:
통합 예제
- Marginalia 검색을 통해:
- YouTube 대본 포함:
- 다양한 동작을 포함하는 배경 연설:
- Apple Notes를 사용하면:
예:
목록_음성
시스템에서 사용 가능한 모든 텍스트 음성 변환 음성을 나열합니다.
예:
추천 목소리
구성
MCP 설정 구성 파일에 다음을 추가합니다.
요구 사항
- macOS(내장된
say
명령 사용) - 노드.js >= 14.0.0
기여자
- 바튼 로즈( @bmorphism ) - barton@vibes.lol
특허
MIT
You must be authenticated.
Tools
say 명령을 사용하여 macOS에서 텍스트 음성 변환 기능을 활성화하여 음성, 속도, 볼륨, 피치와 같은 음성 매개변수에 대한 광범위한 제어를 제공하여 사용자 정의 가능한 청각적 경험을 제공합니다.
- Requirements
- Configuration
- Installation
- Tools
- Recommended Voices
- Configuration
- Requirements
- Contributors
- License