服务与工具
ElevenLabs
ElevenLabs MCP Server - 基于ElevenLabs API的语音合成工具
23 个可用工具
text_ to_ voice
Create voice previews from a text prompt. Creates three previews with slight variations. Uploads file to server and returns accessible URL. If no text is provided, the tool will auto-generate…
create_ voice_ from_ preview
Add a generated voice to the voice library. Uses the voice ID from the `text_to_voice` tool. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explic…
get_ default_ voice_ settings
ElevenLabs — 获取默认语音设置
speech_ to_ speech
Transform audio from one voice to another using provided audio files. Uploads file to server and returns accessible URL. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur…
speech_ to_ text
Transcribe speech from an audio file. By default, returns the transcription text directly. When save_transcript_to_file=True: Uploads file to server and returns accessible URL. When ret…
text_ to_ speech
Convert text to speech with a given voice. Uploads file to server and returns accessible URL. Only one of voice_id or voice_name can be provided. If none are provided, the default voice will …
add_ knowledge_ base_ to_ agent
Add a knowledge base to ElevenLabs workspace. Allowed types are epub, pdf, docx, txt, html. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explici…
check_ subscription
Check the current subscription status. Could be used to measure the usage of the API.
compose_ music
Convert a prompt to music and save the output audio file to a given directory. Directory is optional, if not provided, the output file will be saved to $HOME/Desktop. Args: prompt: Pr…
create_ agent
Create a conversational AI agent with custom configuration. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user. …
create_ composition_ plan
Create a composition plan for music generation. Usage of this endpoint does not cost any credits but is subject to rate limiting depending on your tier. Composition plans can be used when generating m…
delete_ history_ item
ElevenLabs — 删除历史记录项
delete_ voice
ElevenLabs — 删除语音
edit_ voice_ settings
ElevenLabs — 编辑语音设置
elevenlabs_ text_ to_ speech
ElevenLabs — 文字转语音
elevenlabs_ text_ to_ speech_ stream
ElevenLabs — 文字转语音流式输出
generate_ a_ random_ voice
ElevenLabs — 生成随机语音
get_ agent
Get details about a specific conversational AI agent
get_ audio_ from_ history_ item
ElevenLabs — 获取历史记录中的音频
get_ conversation
Gets conversation with transcript. Returns: conversation details and full transcript. Use when: analyzing completed agent conversations. Args: conversation_id: The unique identifier of th…
get_ generated_ items
ElevenLabs — 获取已生成的项
get_ models
ElevenLabs — Get Models
get_ user_ info
ElevenLabs — 获取用户信息
get_ user_ subscription_ info
ElevenLabs — 获取用户订阅信息
get_ voice
Get details of a specific voice
get_ voices
ElevenLabs — 获取声音列表
get_ voice_ settings
ElevenLabs — 获取语音设置
isolate_ audio
Isolate audio from a file. Uploads file to server and returns accessible URL. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested …
list_ agents
List all available conversational AI agents
list_ conversations
Lists agent conversations. Returns: conversation list with metadata. Use when: asked about conversation history. Args: agent_id (str, optional): Filter conversations by specific agent ID …
list_ models
List all available models
list_ phone_ numbers
List all phone numbers associated with the ElevenLabs account
make_ outbound_ call
Make an outbound call using an ElevenLabs agent. Automatically detects provider type (Twilio or SIP trunk) and uses the appropriate API. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs…
search_ voice_ library
Search for a voice across the entire ElevenLabs voice library. Args: page: Page number to return (0-indexed) page_size: Number of voices to return per page (1-100) search:…
search_ voices
Search for existing voices, a voice that has already been added to the user's ElevenLabs voice library. Searches in name, description, labels and category. Args: search: Search term t…
text_ to_ sound_ effects
Convert text description of a sound effect to sound effect with a given duration. Uploads file to server and returns accessible URL. Duration must be between 0.5 and 5 seconds. ⚠️ COST W…
voice_ clone
Create an instant voice clone of a voice using provided audio files from URLs. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested…