Skip to main content
Glama

棒読みちゃんMCPサーバー (Node.js版)

by uraoz

막대기 읽기 MCP 서버 (Node.js 버전)

Model Context Protocol(MCP)을 사용하여 막대 읽기(천천히 음성)에 의한 음성 독서 기능을 AI 어시스턴트에 제공하는 서버입니다.

개요

이 서버는 Claude와 같은 AI 어시스턴트에서 막대기 읽기를 사용할 수있는 MCP 서버입니다.

기능

  • 텍스트 읽기
  • 음성 타입 선택(여성·남성 등)
  • 볼륨 조절
  • 읽기 속도 조정
  • 음정 조정

전제 조건

  • Node.js 16 이상
  • npm 7 이상
  • 막대기 읽기가 설치된 것
  • 막대기 읽기의 HTTP 연결이 포트 50080에서 시작되었습니다.

설치 방법

  1. 이 저장소를 복제합니다.
git clone https://github.com/uraoz/bouyomichan-mcp-nodejs.git cd bouyomichan-mcp-nodejs
  1. 종속성을 설치합니다.
npm install
  1. 컴파일 :
npm run build

사용방법

서버 시작

npm start

Claude for Desktop과의 협력

Claude for Desktop과 함께 작동하려면 구성 파일을 편집해야 합니다.

  1. Claude for Desktop 구성 파일을 엽니다.
    • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. 다음 내용을 추가합니다 (경로를 실제 파일 경로로 바꾸십시오) :
{ "mcpServers": { "bouyomi": { "command": "node", "args": [ "/絶対パス/bouyomichan-mcp-nodejs/build/index.js" ] } } }
  1. 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.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

  1. 개요
    1. 기능
      1. 전제 조건
        1. 설치 방법
          1. 사용방법
            1. 서버 시작
            2. Claude for Desktop과의 협력
          2. 사용 예
            1. 파라미터 설명
              1. 라이센스

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  A 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 -
                  14
                  TypeScript
                  MIT License
                  • Apple
                • -
                  security
                  -
                  license
                  -
                  quality
                  Official 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 -
                  Python
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  A 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 -
                  1
                  1
                  JavaScript
                  MIT License
                  • Apple
                • -
                  security
                  -
                  license
                  -
                  quality
                  Official 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 -
                  Python
                  MIT License

                View all related MCP servers

                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/uraoz/bouyomichan-mcp-nodejs'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server