
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
@mindstone/mcp-server-elevenlabs
Advanced tools
ElevenLabs MCP server for Model Context Protocol hosts — music, TTS, sound effects, voices, transcription
ElevenLabs MCP server for Model Context Protocol hosts. Generate speech, music, and sound effects, browse voices, and transcribe audio using the ElevenLabs API through a standardised MCP interface.
ELEVENLABS_API_KEY)STATUS.jsonAfter clicking the button, your host will prompt you to fill: ELEVENLABS_API_KEY.
{
"mcpServers": {
"ElevenLabs": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs"
],
"env": {
"ELEVENLABS_API_KEY": ""
}
}
}
}
cd <path-to-repo>/connectors/elevenlabs
npm install
npm run build
npx -y @mindstone/mcp-server-elevenlabs
node dist/index.js
ELEVENLABS_API_KEY — ElevenLabs API key (starts with sk_)MCP_HOST_BRIDGE_STATE — optional path to a host bridge state file used for credential managementMINDSTONE_REBEL_BRIDGE_STATE — backwards-compatible alias for MCP_HOST_BRIDGE_STATE{
"mcpServers": {
"ElevenLabs": {
"command": "npx",
"args": ["-y", "@mindstone/mcp-server-elevenlabs"],
"env": {
"ELEVENLABS_API_KEY": "your-api-key"
}
}
}
}
{
"mcpServers": {
"ElevenLabs": {
"command": "node",
"args": ["<path-to-repo>/connectors/elevenlabs/dist/index.js"],
"env": {
"ELEVENLABS_API_KEY": "your-api-key"
}
}
}
}
configure_elevenlabs_api_key — Save your ElevenLabs API keycheck_subscription — Check subscription tier and character credit usagelist_models — List TTS models with languages and capabilitieslist_voices — Search and browse voices on your accountget_voice — Get full details for one voice by voice_idsearch_shared_voices — Search the public shared voice library (filters include accent)clone_voice — Create an instant voice clone from local audio samples (destructiveHint)delete_voice — Permanently delete a voice (destructiveHint)design_voice — Generate voice-design previews from a text description (slow; previews saved to tmp files)create_voice_from_preview — Save a design preview as a permanent voice (destructiveHint)generate_speech — Generate spoken audio from text using text-to-speechgenerate_sound_effect — Generate sound effects from a text descriptionspeech_to_speech — Convert source audio to a different voicetext_to_dialogue — Multi-voice dialogue from a script (one voice per line)isolate_audio — Remove background noise from an audio file (source must be ≥ ~4.6s; shorter clips fail upstream)forced_alignment — Align transcript text to audio with per-word timestampscreate_dubbing — Submit a dubbing job (local file via sandbox or source_url for ElevenLabs-side fetch)get_dubbing — Poll job status until dubbed, failed, or cancelleddownload_dubbed_audio — Download dubbed audio (Content-Type sniffed)delete_dubbing — Permanently delete a dubbing job (destructiveHint)generate_music — Generate music from a text promptcreate_music_plan — Create a composition plan for music generation (free)generate_music_from_plan — Generate music from a composition plantranscribe_audio — Transcribe speech from an audio file to textLocal file paths for upload tools must be inside MCP_WORKSPACE_PATH (or os.tmpdir() when unset). See src/tools/file-input.ts.
FSL-1.1-MIT — Functional Source License, Version 1.1, with MIT future licence. The software converts to MIT licence on 2030-04-08.
FAQs
ElevenLabs MCP server for Model Context Protocol hosts — music, TTS, sound effects, voices, transcription
We found that @mindstone/mcp-server-elevenlabs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.