Elevenlabs Experiments
БесплатноНе проверенEnables querying ElevenLabs workspace data, including listing agents and retrieving evaluation runs, through Claude Desktop or any MCP client.
Описание
Enables querying ElevenLabs workspace data, including listing agents and retrieving evaluation runs, through Claude Desktop or any MCP client.
README
A small Model Context Protocol server for poking at ElevenLabs workspace data from inside Claude Desktop or any other MCP client.
I'm Auskin Immanuel. ElevenLabs Agents talks to external systems through tool calls and through MCP. I write tool definitions every week at work; this is the same idea from the server side.
What it exposes
Two tools, both read-only against the ElevenLabs workspace:
list_agents: returns every agent in the workspace with its ID and nameget_eval_runs: given an agent ID, pulls eval criteria results off its recent conversations and returns a compact summary per conversation
Read-only on purpose. Mutating things by accident from a chat client is not a fun way to learn the protocol.
Run
python -m venv venv
source venv/bin/activate
pip install -e .
cp .env.example .env # add ELEVENLABS_API_KEY
python server.py
To wire into Claude Desktop, add this to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"elevenlabs": {
"command": "/absolute/path/to/venv/bin/python",
"args": ["/absolute/path/to/server.py"]
}
}
}
Restart Claude Desktop. Ask Claude "list my ElevenLabs agents." The tool call should come back with real data.
What I'm trying to learn
- How MCP servers actually expose tools vs the webhook-tool pattern I use at work
- Where the protocol surfaces are (resources? prompts? tools only?)
- What it would take to ship a workspace-mutating tool (create agent, update prompt) safely
What this isn't
- Not a maintained package. There's no test suite, no CI, no release.
- Not auth-protected. Read your
.envand don't run this on a shared machine.
Reach me
Установка Elevenlabs Experiments
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/AuskinImmanuel/elevenlabs-mcp-experimentsFAQ
Elevenlabs Experiments MCP бесплатный?
Да, Elevenlabs Experiments MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Elevenlabs Experiments?
Нет, Elevenlabs Experiments работает без API-ключей и переменных окружения.
Elevenlabs Experiments — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Elevenlabs Experiments в Claude Desktop, Claude Code или Cursor?
Открой Elevenlabs Experiments на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
автор: paralovOpencode Omniroute Plugin
OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc
автор: GitHub ActionsAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
Compare Elevenlabs Experiments with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
