mocovoice-mcp-server
mocoVoice MCP Server
Documentation
mocoVoice MCP Server
mocoVoice MCP Server は Claude Desktop と連携して mocoVoice への書き起こしを実施、また書き起こし結果を確認することができる MCP Serverです。
デモ動画

> [!NOTE]
> mocoVoice MCP Serverはβ版として提供されているため、全ての機能が実装されていないことに注意してください。
Tools
- SHOW_USAGE
- SHOW_AVAILABLE_FORMATS
- SHOW_AVAILABLE_FILES
- START_TRANSCRIPTION_JOB
- SHOW_TRANSCRIPTION_RESULT
- CHECK_TRANSCRIPTION_STATUSES
利用開始条件
- Docker
- Claude Desktop
- mocoVoice API KEY (READ / WRITE 権限が必要です)
Claude DesktopでのMCPサーバーの設定方法については、MCP Quickstart Guideをご参照ください。
Claude Desktop の設定ファイル `claude_desktop_config.json` を開き、設定を記載します
- `` には書き起こしたい音声ファイルの入ったディレクトリを絶対パスで指定します
- `` には mocoVoice API KEY を設定します
{
"mcpServers": {
"mocoVoice MCP Server": {
"command": "docker",
"args": [
"run",
"--pull", "always",
"-i",
"--rm",
"--mount", "type=bind,src=,dst=/workspace",
"-e", "MOCOVOICE_API_KEY",
"-e", "MOCOVOICE_API_URL",
"ghcr.io/mocomoco-inc/mocovoice-mcp-server"
],
"env": {
"MOCOVOICE_API_KEY": "",
"MOCOVOICE_API_URL": "https://api.mocomoco.ai/api/v1"
}
}
}
}利用可能なファイル形式一覧
最大5GBまでのファイルアップロードに対応しています
- 音声
- ".wav", ".mp3", ".m4a", ".caf", ".aiff", ".wma", ".flac", ".ogg", ".aac"
- 動画
- ".avi", ".mp4", ".rmvb", ".flv", ".mov", ".wm"
料金について
本MCPサーバーの利用料金は、mocoVoice APIの利用料金として課金されます。書き起こしジョブの実行時にAPI利用料金が発生します。
無料枠を含めた詳細な料金情報については、mocoVoice API 料金ページをご確認ください。
免責事項
> [!WARNING]
> 本ツールはMITライセンスに基づき、いかなる保証や公式のサポートを約束するものではありません。
> 機能をご確認の上、ご使用の際は自己責任でご利用ください。
Frequently asked questions
What is mocovoice-mcp-server?
mocovoice-mcp-server is mocoVoice MCP Server
How do I install mocovoice-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mocovoice-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/mocomoco-inc/mocovoice-mcp-server and has 3 stars.
Related MCP tools
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace MCP Server & CLI Tool
MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.
Natural voice conversations with Claude Code
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! Python-based implementation. Trusted by 11000+ developers.
MCP Server for Computer Use in Windows
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP