막대기 읽기 MCP 서버 (Node.js 버전)
Model Context Protocol(MCP)을 사용하여 막대 읽기(천천히 음성)에 의한 음성 독서 기능을 AI 어시스턴트에 제공하는 서버입니다.
개요
이 서버는 Claude와 같은 AI 어시스턴트에서 막대기 읽기를 사용할 수있는 MCP 서버입니다.
기능
- 텍스트 읽기
- 음성 타입 선택(여성·남성 등)
- 볼륨 조절
- 읽기 속도 조정
- 음정 조정
전제 조건
- Node.js 16 이상
- npm 7 이상
- 막대기 읽기가 설치된 것
- 막대기 읽기의 HTTP 연결이 포트 50080에서 시작되었습니다.
설치 방법
- 이 저장소를 복제합니다.
- 종속성을 설치합니다.
- 컴파일 :
사용방법
서버 시작
Claude for Desktop과의 협력
Claude for Desktop과 함께 작동하려면 구성 파일을 편집해야 합니다.
- Claude for Desktop 구성 파일을 엽니다.
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- MacOS:
- 다음 내용을 추가합니다 (경로를 실제 파일 경로로 바꾸십시오) :
- Claude for Desktop을 다시 시작합니다.
사용 예
Claude for Desktop에서 다음과 같이 지시하면 텍스트가 음성으로 들립니다.
- "안녕하세요, 세계"라고 읽고
- 남성의 목소리로 "이것은 테스트입니다."
- 속도를 빨리 "서둘러요"라고 읽고
파라미터 설명
매개변수 | 설명 | 기본값 | 유효 범위 |
---|---|---|---|
텍스트 | 읽는 텍스트 | 필수 | 모든 텍스트 |
음성 | 음성 유형 | 0 (여성 1) | 0: 여성 1, 1: 남성 1, 2: 여성 2,... |
volume | 볼륨 | -1 (기본값) | -1: 기본값, 0-100: 볼륨 레벨 |
속도 | 속도 | -1 (기본값) | -1: 기본값, 50-200: 속도 레벨 |
tone | 음정 | -1 (기본값) | -1: 기본값, 50-200: 음정 레벨 |
라이센스
MIT
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
A Model Context Protocol server that enables AI assistants like Claude to use Bouyomichan (a Korean text-to-speech program) for voice reading with adjustable voice types, volume, speed, and pitch.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to initiate and manage real-time voice calls using Twilio and OpenAI's voice models.Last updated -14TypeScriptMIT License
Gladia MCPofficial
-security-license-qualityOfficial Model Context Protocol server that enables interaction with powerful Speech-to-Text and Audio Intelligence APIs, allowing clients like Claude Desktop to transcribe audio, analyze speech, translate content, and more.Last updated -PythonMIT License- AsecurityAlicenseAqualityA Node.js server that enables AI assistants to interact with Bouyomi-chan's text-to-speech functionality through Model Context Protocol (MCP), allowing for voice reading of text with adjustable parameters.Last updated -11JavaScriptMIT License
- -security-license-qualityOfficial ElevenLabs Model Context Protocol server that enables AI assistants like Claude to interact with Text to Speech and audio processing APIs, allowing them to generate speech, clone voices, transcribe audio, and create soundscapes.Last updated -PythonMIT License