Skip to main content
Glama

ElevenLabs MCP Server

Official
by elevenlabs
FROM python:3.11-slim # Install system dependencies RUN apt-get update && apt-get install -y gcc && rm -rf /var/lib/apt/lists/* WORKDIR /app # Copy the application code to the container COPY . . # Upgrade pip and install the package RUN pip install --upgrade pip \ && pip install --no-cache-dir . # Command to run the MCP server CMD ["elevenlabs-mcp"]

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