Skip to main content
Glama

ChatterBox MCP Server

by ChatterBoxIO

ChatterBox MCP 서버

ChatterBox를 위한 모델 컨텍스트 프로토콜 서버 구현으로, AI 에이전트가 온라인 회의와 상호 작용하고 회의 요약을 생성할 수 있습니다.

개요

ChatterBox MCP 서버는 AI 에이전트에게 다음과 같은 도구를 제공합니다.

  • 온라인 회의에 참여하세요(Zoom 및 Google Meet)
  • 대본과 녹음을 캡처하세요
  • 회의 요약 생성

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 chatterboxio-mcp-server를 자동으로 설치하려면:

지엑스피1

수동 설치

npm 또는 pnpm을 사용하여 종속성을 설치할 수 있습니다.

# Using npm npm install # Using pnpm pnpm install

구성

API 키 얻기

ChatterBox 웹사이트에 등록하시면 API 키를 무료로 받으실 수 있습니다. 등록 후 API 엔드포인트와 키를 받으시게 됩니다.

환경 설정

다음 변수를 사용하여 루트 디렉토리에 .env 파일을 만듭니다.

CHATTERBOX_API_ENDPOINT=https://api.chatter-box.io CHATTERBOX_API_KEY=your_api_key_here

용법

서버 시작

npm start

사용 가능한 도구

joinMeeting

Zoom이나 Google Meet 회의에 참여하여 대본과 오디오를 녹음하세요.

매개변수:

  • platform (문자열): 온라인 컨퍼런스 플랫폼("zoom" 또는 "googlemeet")
  • meetingId (문자열): 회의 ID
  • meetingPassword (문자열, 선택 사항): 회의 비밀번호
  • botName (문자열): 봇의 이름
  • webhookUrl (문자열, 선택 사항): 회의 상태에 대한 웹훅 이벤트를 수신하는 URL
getMeetingInfo

회의에 대한 정보(녹음 및 전사본 포함)를 얻으세요.

매개변수:

  • sessionId (문자열): 정보를 가져올 세션 ID
요약회의

회의록을 바탕으로 회의 내용에 대한 간결한 요약을 작성합니다.

매개변수:

  • transcript (문자열): 요약할 회의 기록

개발

필수 조건

  • 노드.js 16+
  • npm 또는 yarn

건물

npm run build

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

지원하다

지원이 필요하면 ChatterBox 문서를 방문하거나 support@chatter-box.io 로 문의하세요.

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI 에이전트가 온라인 회의(Zoom 및 Google Meet)에 참여하고 상호 작용하여 회의 요약을 생성하기 위해 대본과 녹음을 캡처할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. 개요
    1. 설치
      1. Smithery를 통해 설치
      2. 수동 설치
    2. 구성
      1. API 키 얻기
      2. 환경 설정
    3. 용법
      1. 서버 시작
      2. 사용 가능한 도구
    4. 개발
      1. 필수 조건
      2. 건물
    5. 특허
      1. 지원하다
        1. 기여하다

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.
            Last updated -
            2
            Python
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants to manage meeting data, including creating meeting bots, searching transcripts, and organizing calendar events.
            Last updated -
            16
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A customizable Model Context Protocol server implementation that enables AI models to interact with external tools including weather queries, Google search, and camera control functionality.
            Last updated -
            8
            Python
            Apache 2.0
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that provides AI assistants with access to Microsoft Teams, enabling interaction with teams, channels, chats, and organizational data through Microsoft Graph APIs.
            Last updated -
            19
            151
            6
            TypeScript
            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/ChatterBoxIO/chatterboxio-mcp-server'

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