Skip to main content
Glama
valentinlutun-cmd

Voicebox MCP (Full)

# 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_progress can 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_generations is 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.

-
license - not tested
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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