Skip to main content
Glama

ElevenLabs MCP Server

Official
by elevenlabs
server.json1.14 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json", "name": "io.github.elevenlabs/elevenlabs-mcp", "description": "MCP server that enables interaction with Text to Speech, Voice Agents and audio processing APIs", "status": "active", "repository": { "url": "https://github.com/elevenlabs/elevenlabs-mcp", "source": "github" }, "version": "0.8.1", "packages": [ { "registry_type": "pypi", "registry_base_url": "https://pypi.org", "identifier": "elevenlabs-mcp", "version": "0.8.1", "transport": { "type": "stdio" }, "environment_variables": [ { "description": "Your ElevenLabs API key", "is_required": true, "format": "string", "is_secret": true, "name": "ELEVENLABS_API_KEY" }, { "description": "The base path for the MCP server. Defaults to $HOME/Desktop if not provided.", "is_required": false, "format": "string", "is_secret": false, "name": "ELEVENLABS_MCP_BASE_PATH" } ] } ] }

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

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