We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ab2005/elevenlabs-mcp-agents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•212 B
"""
ElevenLabs MCP Server for agents, tools, and knowledge base management.
"""
__version__ = "1.0.0"
__author__ = "Claude Code"
__description__ = "Model Context Protocol server for ElevenLabs Conversational AI"