mcpbeat Sign in

Twelvelabs MCP Server

by micro-jay Your server? Claim it
local only

Twelvelabs MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 9 Sep 2026.

MCP server for ElevenLabs Conversational AI (not TwelveLabs video) — agents, KB, voices

Installs per day peak 139 · avg 15 · -76% w/w
a month agotoday
64
Installs / week
npm · twelvelabs-mcp-server
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Twelvelabs MCP Server 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 twelvelabs-mcp-server -- npx -y twelvelabs-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "twelvelabs-mcp-server": {
      "args": [
        "-y",
        "twelvelabs-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.twelvelabs-mcp-server]
command = "npx"
args = ["-y", "twelvelabs-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "twelvelabs-mcp-server": {
      "args": [
        "-y",
        "twelvelabs-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "twelvelabs-mcp-server": {
      "args": [
        "-y",
        "twelvelabs-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ELEVENLABS_API_KEY (Your ElevenLabs API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Twelvelabs MCP Server

same job, measured the same way
ElevenLabs Agents
by mindstone

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

131 installs/wk local only
Voicemode
by voicemode

Natural voice conversations for AI assistants - STT/TTS via MCP

1 792 installs/wk local only
Cognigy AI MCP Management Server
by tsvetang2

MCP server for Cognigy.AI - 132 tools to build, configure & operate conversational AI agents

29 installs/wk local only
MCP Kling
by acedatacloud

MCP server for Kling AI video generation

664 installs/wk answering
Adsmcp
by adgentek

MCP-native ad server. Monetize AI chatbots and agents with conversational ads.

answering
MCP Wan
by acedatacloud

MCP server for Wan AI video generation

744 installs/wk answering
MCP Veo
by acedatacloud

MCP server for Google Veo AI video generation

844 installs/wk answering
Gocertius
by g-digital-by-garrigues

MCP server for GoCertius: certified evidence, dossiers, notifications and chats via AI agents.

166 installs/wk local only

Twelvelabs MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Twelvelabs MCP Server?
Twelvelabs MCP Server 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 twelvelabs-mcp-server was installed 64 times last week.
How do I connect Twelvelabs MCP Server?
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 twelvelabs-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Twelvelabs MCP Server?
The npm package twelvelabs-mcp-server was installed 64 times in the last week. Week over week that is -76%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Twelvelabs MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.