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

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.

Install Server
F
license - not found
A
quality
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.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Provides 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.
    103
    MIT
  • F
    license
    -
    quality
    -
    maintenance
    A 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.

View all related MCP servers

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.

View all MCP Connectors

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