Voicebox MCP (Full)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Voicebox MCP (Full)Generate speech saying 'Hello, world!' in a friendly voice"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
# Voicebox MCP (Full)
Full-control MCP server for the locally-hosted Voicebox TTS / voice-cloning app.
Exposes 102 tools over the Voicebox REST API (http://127.0.0.1:17493).
Tool summary (102 total)
Speech Generation (12):
voicebox_generate,voicebox_transcribe,voicebox_wait_for_generation, …Voice Profiles & Cloning (18):
voicebox_create_profile,voicebox_add_sample, …Stories / Audio Projects (11):
voicebox_create_story,voicebox_edit_story_item, …Model Management (10):
voicebox_load_model,voicebox_download_model, …
Note:voicebox_get_migrate_progresscan hang due to SSE streaming.Channels (6):
voicebox_create_channel,voicebox_set_channel_voices, …History & Audio Retrieval (14):
voicebox_list_history,voicebox_save_audio, …
Note:voicebox_list_failed_generationsis flaky (Voicebox API routing bug).Effects (8):
voicebox_apply_effects,voicebox_create_effect_preset, …Captures & Transcription (7):
voicebox_get_capture,voicebox_refine_capture, …System (16):
voicebox_get_health,voicebox_get_active_tasks, …
Full agent guide: AGENT_TOOLS.md
Related MCP server: MCP Server Whisper
Install
git clone https://github.com/valentinlutun-cmd/voicebox-mcp-full.git
cd voicebox-mcp-full
pip install -e .Cursor / MCP config
{
"mcpServers": {
"voicebox": {
"command": "voicebox-mcp-full",
"env": {
"VOICEBOX_URL": "http://127.0.0.1:17493"
}
}
}
}Or:
{
"mcpServers": {
"voicebox": {
"command": "python",
"args": ["-m", "voicebox_mcp.server"],
"env": {
"VOICEBOX_URL": "http://127.0.0.1:17493"
}
}
}
}Voicebox must be running locally.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides comprehensive access to ElevenLabs AI audio features including text-to-speech, voice cloning, sound generation, and audio isolation. Enables users to generate high-quality speech, manage voices, transform audio, and access ElevenLabs services through natural language interactions.103MIT
- AlicenseAqualityDmaintenanceEnables advanced audio transcription, text-to-speech generation, and audio processing using OpenAI's Whisper and GPT-4o models with support for multiple audio formats, file management, and parallel processing.856MIT
- AlicenseAquality-maintenanceEnables integration with VOICEVOX text-to-speech services to convert text into audio using a variety of character voices. It provides tools for speech generation, listing available speakers, and monitoring system health.5
- Flicense-quality-maintenanceA local voice interface providing high-performance speech recognition and natural text-to-speech with voice cloning capabilities. It enables AI assistants to speak, listen, and engage in character-based voice conversations through integrated MCP tools.
Related MCP Connectors
Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.
15 media & data tools for AI agents: search, transcribe, subtitles, voiceover, translate & more.
Operate your Sapiens Sintéticos AI studio: generate image, article, voice, music and video.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/valentinlutun-cmd/voicebox-mcp-full'
If you have feedback or need assistance with the MCP directory API, please join our Discord server