mcpbeat Sign in

ElevenLabs Agents MCP Server

local only

ElevenLabs Agents runs on your own machine — the client starts it, so there is no endpoint to ping. 184 installs a week from npm. Last commit 18 Aug 2026.

ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts

Installs per day peak 192 · avg 28 · +70% w/w
a month agotoday
184
Installs / week
npm · @mindstone/mcp-server-elevenlabs-agents
10
Stars
1 open issues
18 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
TypeScript

Nothing serious here today

Today is the operative word: we check ElevenLabs Agents every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server-elevenlabs-agents -- npx -y @mindstone/mcp-server-elevenlabs-agents
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-elevenlabs-agents": {
      "args": [
        "-y",
        "@mindstone/mcp-server-elevenlabs-agents"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-elevenlabs-agents]
command = "npx"
args = ["-y", "@mindstone/mcp-server-elevenlabs-agents"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-elevenlabs-agents": {
      "args": [
        "-y",
        "@mindstone/mcp-server-elevenlabs-agents"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-elevenlabs-agents": {
      "args": [
        "-y",
        "@mindstone/mcp-server-elevenlabs-agents"
      ],
      "command": "npx"
    }
  }
}

Alternatives to ElevenLabs Agents

same job, measured the same way
MCP Pickaxe
by aplaceforallmystuff

MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics

47 installs/wk local only
Swiss Truth MCP
by swisstruthorg

Verified knowledge base for AI agents — stop hallucinations with certified facts.

56 installs/wk local only
Prior
by cg3

Shared knowledge base for AI agents. Search and contribute solutions to technical problems.

201 installs/wk answering
Speko AI
by speko

Manage Speko voice-AI agents, sessions, calls, phone numbers, knowledge bases, evals, and docs.

answering
Agentpedia MCP Server
by ksaslam311

Search, discover, and contribute to AgentPedia - the knowledge base for AI agents.

46 installs/wk local only
Freshdesk
by wyre-ai

MCP server for Freshdesk — tickets, contacts, companies, agents, groups, and knowledge base.

local only
Freshdesk
by wyre-technology

MCP server for Freshdesk — tickets, contacts, companies, agents, groups, and knowledge base.

local only
iknow
by iknow

Knowledge base MCP for AI agents on iknow.dev. Search, read, and maintain via OAuth.

answering

ElevenLabs Agents — questions

Answers built from our own checks of this server.

Why is there no uptime for ElevenLabs Agents?
ElevenLabs Agents runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mindstone/mcp-server-elevenlabs-agents was installed 184 times last week.
How do I connect ElevenLabs Agents?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mindstone/mcp-server-elevenlabs-agents straight from npm; nothing to host, nothing to sign up for.
How many people use ElevenLabs Agents?
The npm package @mindstone/mcp-server-elevenlabs-agents was installed 184 times in the last week. Week over week that is +70%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ElevenLabs Agents open source?
Yes — it is published under the NOASSERTION licence, written in TypeScript, 10 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.