mocomoco-inc/mocovoice-mcp-server
If you are the rightful owner of mocovoice-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
mocoVoice MCP Server is a transcription server that integrates with Claude Desktop to transcribe and review results using mocoVoice.
The mocoVoice MCP Server is a transcription service that works in conjunction with Claude Desktop to facilitate the transcription of audio and video files using the mocoVoice platform. This server allows users to initiate transcription jobs, check the status of these jobs, and retrieve the results once completed. It supports a wide range of audio and video file formats, making it versatile for various transcription needs. The server is currently in its beta version, which means not all features may be fully implemented. Users need to have Docker installed, along with a mocoVoice API key with read and write permissions, to utilize this service. The server is designed to be user-friendly and integrates seamlessly with Claude Desktop, providing a streamlined transcription process.
Features
- Integration with Claude Desktop for seamless transcription processes.
- Supports a wide range of audio and video file formats up to 3GB.
- Allows users to start, monitor, and retrieve transcription jobs.
- Requires Docker and a mocoVoice API key for operation.
- Currently available as a beta version with limited features.
Usages
usage with Claude Desktop
{ "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" } } } }
Tools
SHOW_USAGE
Displays the list of features of the mocoVoice MCP server.
SHOW_AVAILABLE_FORMATS
Returns the audio and video file formats supported by the mocoVoice MCP server.
SHOW_AVAILABLE_FILES
Returns a list of audio and video files available for use by the mocoVoice MCP server.
START_TRANSCRIPTION_JOB
Initiates a transcription job for a specified file using its absolute path.
SHOW_TRANSCRIPTION_RESULT
Retrieves and displays the transcription result using a specified transcription ID.
CHECK_TRANSCRIPTION_STATUSES
Retrieves a list of all transcription jobs that have been initiated.