mocoVoice MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MOCOVOICE_API_KEY | Yes | Your mocoVoice API key (requires READ/WRITE permissions) | |
| MOCOVOICE_API_URL | No | The base URL for the mocoVoice API | https://api.mocomoco.ai/api/v1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| SHOW_USAGEA | mocoVoice MCP server の機能説明をする |
| SHOW_AVAILABLE_FORMATSA | mocoVoice MCP server が対応している音声・動画ファイル形式を返却する |
| SHOW_AVAILABLE_FILESC | mocoVoice MCP server が利用できる音声・動画ファイル一覧を返却します mocoVoice API が現在認識できるファイル形式のみが返却されます 利用できる音声・動画ファイル一覧は指定されたディレクトリ(フォルダー)配下のみです |
| START_TRANSCRIPTION_JOBB | 指定されたファイルで書き起こしジョブを起動します
Args:
path: 書き起こしを行うファイルパスの名前です
language: ファイルの言語設定です。デフォルトは |
| CHECK_TRANSCRIPTION_STATUSESA | 書き起こしの状態一覧を取得します Args: page: int 書き起こし一覧のページングです。デフォルトは一番最新のページになります |
| SHOW_TRANSCRIPTION_RESULTC | 書き起こしを取得して表示します Args: transcription_id: str 書き起こしID (UUID) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/mocomoco-inc/mocovoice-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server