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
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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