Skip to main content
Glama

ElevenLabs MCP Server

search_voices

Search your ElevenLabs voice library by name, description, labels, or category to find specific voices for text-to-speech projects.

Instructions

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 to filter voices by. Searches in name, description, labels and category. sort: Which field to sort by. `created_at_unix` might not be available for older voices. sort_direction: Sort order, either ascending or descending. Returns: List of voices that match the search criteria.

Input Schema

NameRequiredDescriptionDefault
searchNo
sortNoname
sort_directionNodesc

Input Schema (JSON Schema)

{ "properties": { "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Search" }, "sort": { "default": "name", "enum": [ "created_at_unix", "name" ], "title": "Sort", "type": "string" }, "sort_direction": { "default": "desc", "enum": [ "asc", "desc" ], "title": "Sort Direction", "type": "string" } }, "type": "object" }

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/projectservan8n/elevenlabs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server