Bouyomi-chan MCP Server

막대기 읽기 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 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.

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

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  A TypeScript-based MCP server that provides two tools for chatting with Mistral AI models, supporting both text-only conversations and image+text inputs.
                  Last updated 4 months ago
                  JavaScript
                  MIT License
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  A Node.js server that implements Model Context Protocol (MCP) for controlling HWP (Korean word processor) documents, allowing AI assistants like Claude to create and manipulate Hangul documents.
                  Last updated a month ago
                  27
                  Python
                • -
                  security
                  A
                  license
                  -
                  quality
                  A Model Context Protocol (MCP) server that allows AI agents like Claude to interact with the Aligo SMS API to send text messages and retrieve related information.
                  Last updated a month ago
                  JavaScript
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  An official Model Context Protocol (MCP) server that enables AI clients to interact with ElevenLabs' Text to Speech and audio processing APIs, allowing for speech generation, voice cloning, audio transcription, and other audio-related tasks.
                  Last updated 7 days ago
                  19
                  633
                  Python
                  MIT License
                  • Apple

                View all related MCP servers

                ID: gt1ul6tikz