mocoVoice MCP Server

mocoVoice MCP Server

Enables transcription of audio and video files using mocoVoice API, allowing users to start transcription jobs and retrieve results directly from Claude Desktop.

Category
Visit Server

README

mocoVoice MCP Server

mocoVoice MCP Server は Claude Desktop と連携して mocoVoice への書き起こしを実施、また書き起こし結果を確認することができる MCP Serverです。

デモ動画

mocoVoice MCP Server Demo

[!NOTE] mocoVoice MCP Serverはβ版として提供されているため、全ての機能が実装されていないことに注意してください。

Tools

  • SHOW_USAGE

    • mocoVoice MCP server の機能一覧を表示します
  • SHOW_AVAILABLE_FORMATS

    • mocoVoice MCP server が対応している音声・動画ファイル形式を返却します
  • SHOW_AVAILABLE_FILES

    • mocoVoice MCP server が利用できる音声・動画ファイル一覧を返却します
    • 利用できる音声・動画ファイル一覧は指定されたディレクトリ(フォルダー)配下のみです
  • START_TRANSCRIPTION_JOB

    • 指定されたファイルで書き起こしジョブを起動します
    • ファイルの指定は絶対パスで行う必要があります
    • 書き起こしジョブが正常に開始された場合、利用枠が消費されます
  • SHOW_TRANSCRIPTION_RESULT

    • 書き起こしIDを指定して、書き起こし結果を取得して表示します
  • CHECK_TRANSCRIPTION_STATUSES

    • 今までの書き起こし一覧を取得します

利用開始条件

  • Docker
  • Claude Desktop
  • mocoVoice API KEY (READ / WRITE 権限が必要です)

Claude DesktopでのMCPサーバーの設定方法については、MCP Quickstart Guideをご参照ください。

Claude Desktop の設定ファイル claude_desktop_config.json を開き、設定を記載します

  • <YOUR_DIR_PATH> には書き起こしたい音声ファイルの入ったディレクトリを絶対パスで指定します
  • <YOUR_API_KEY> には mocoVoice API KEY を設定します
{
  "mcpServers": {
    "mocoVoice MCP Server": {
      "command": "docker",
      "args": [
        "run",
        "--pull", "always",
        "-i",
        "--rm",
        "--mount", "type=bind,src=<YOUR_DIR_PATH>,dst=/workspace",
        "-e", "MOCOVOICE_API_KEY",
        "-e", "MOCOVOICE_API_URL",
        "ghcr.io/mocomoco-inc/mocovoice-mcp-server"
      ],
      "env": {
        "MOCOVOICE_API_KEY": "<YOUR_API_KEY>",
        "MOCOVOICE_API_URL": "https://api.mocomoco.ai/api/v1"
      }
    }
  }
}

利用可能なファイル形式一覧

最大3GBまでのファイルアップロードに対応しています

  • 音声

    • ".wav", ".mp3", ".m4a", ".caf", ".aiff", ".wma", ".flac", ".ogg", ".aac"
  • 動画

    • ".avi", ".mp4", ".rmvb", ".flv", ".mov", ".wm"

料金について

本MCPサーバーの利用料金は、mocoVoice APIの利用料金として課金されます。書き起こしジョブの実行時にAPI利用料金が発生します。

無料枠を含めた詳細な料金情報については、mocoVoice API 料金ページをご確認ください。

免責事項

[!WARNING] 本ツールはMITライセンスに基づき、いかなる保証や公式のサポートを約束するものではありません。 機能をご確認の上、ご使用の際は自己責任でご利用ください。

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured