# io.github.runapi-builder/elevenlabs-mcp (npm · @runapi.ai/elevenlabs-mcp)

RunAPI MCP server for ElevenLabs: create tasks, poll status, check pricing.

- Trust score: 58/100 (low)
- Change this week: +14
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@runapi.ai/elevenlabs-mcp`: 58/100 (this document), [markdown](https://verifymcp.io/servers/runapi-builder-elevenlabs-mcp/runapi-ai-elevenlabs-mcp.md), [page](https://verifymcp.io/servers/runapi-builder-elevenlabs-mcp/runapi-ai-elevenlabs-mcp)

## Channel facts

- Registry: `npm`
- Package: `@runapi.ai/elevenlabs-mcp`
- Version: `0.1.7`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 900 tokens (~112/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: the tool surface changed between 0.1.6 and 0.1.7: 0 tool removals, 5 breaking changes, 0 additions.
- **Tool Coverage**: 76/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 28% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add runapi-builder-elevenlabs-mcp -- npx -y @runapi.ai/elevenlabs-mcp
```

### Codex

```bash
codex mcp add runapi-builder-elevenlabs-mcp -- npx -y @runapi.ai/elevenlabs-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "runapi-builder-elevenlabs-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@runapi.ai/elevenlabs-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add runapi-builder-elevenlabs-mcp --command npx --arg -y --arg @runapi.ai/elevenlabs-mcp
```

### Hermes

```yaml
mcp_servers:
  runapi-builder-elevenlabs-mcp:
    command: "npx"
    args: ["-y", "@runapi.ai/elevenlabs-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "runapi-builder-elevenlabs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/elevenlabs-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 58, +39)

- [security regression] Provenance: unverified → fail
- [security regression] Stability: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] License: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-08-01 (score 19, +14)

- [functional regression] Tool coverage: 47% → 28%
- [functional regression] Schema quality: 90 → 112
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −21)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 26, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 44)

First indexed and scored.

## MCP tools (8)

### `login` (~52 tokens)

Authenticate RunAPI by opening a browser PKCE login flow and saving the API key to ~/.config/runapi/config.json.

Input parameters:

- `force` (boolean): Re-run browser login when the current credential comes from the local config file.

### `isolate_audio` (~96 tokens)

Create a ElevenLabs task on RunAPI (isolate audio). Returns a task id, status, and output URLs.

Input parameters:

- `callback_url` (string)
- `model` (string): RunAPI model slug for this model line.
- `poll_interval_ms` (integer)
- `source_audio_url` (string, required)
- `timeout_ms` (integer)
- `wait` (boolean): Poll until the task reaches a terminal status.

### `speech_to_text` (~122 tokens)

Create a ElevenLabs task on RunAPI (speech to text). Returns a task id, status, and output URLs.

Input parameters:

- `callback_url` (string)
- `diarize` (boolean)
- `language_code` (string)
- `model` (string): RunAPI model slug for this model line.
- `poll_interval_ms` (integer)
- `source_audio_url` (string, required)
- `tag_audio_events` (boolean)
- `timeout_ms` (integer)
- `wait` (boolean): Poll until the task reaches a terminal status.

### `text_to_dialogue` (~111 tokens)

Create a ElevenLabs task on RunAPI (text to dialogue). Returns a task id, status, and output URLs.

Input parameters:

- `callback_url` (string)
- `dialogue` (array, required)
- `language_code` (string)
- `model` (string): RunAPI model slug for this model line.
- `poll_interval_ms` (integer)
- `stability` (number)
- `timeout_ms` (integer)
- `wait` (boolean): Poll until the task reaches a terminal status.

### `text_to_sound` (~127 tokens)

Create a ElevenLabs task on RunAPI (text to sound). Returns a task id, status, and output URLs.

Input parameters:

- `callback_url` (string)
- `duration_seconds` (number)
- `loop` (boolean)
- `model` (string): RunAPI model slug for this model line.
- `output_format` (string)
- `poll_interval_ms` (integer)
- `prompt_influence` (number)
- `text` (string, required)
- `timeout_ms` (integer)
- `wait` (boolean): Poll until the task reaches a terminal status.

### `text_to_speech` (~164 tokens)

Create a ElevenLabs task on RunAPI (text to speech). Returns a task id, status, and output URLs.

Input parameters:

- `callback_url` (string)
- `language_code` (string)
- `model` (string): RunAPI model slug for this model line.
- `next_text` (string)
- `poll_interval_ms` (integer)
- `previous_text` (string)
- `similarity_boost` (number)
- `speed` (number)
- `stability` (number)
- `style` (number)
- `text` (string, required)
- `timeout_ms` (integer)
- `timestamps` (boolean)
- `voice` (string)
- `wait` (boolean): Poll until the task reaches a terminal status.

### `get_task` (~53 tokens)

Fetch the current status and latest result payload for a elevenlabs task.

Input parameters:

- `action` (string, required): Asynchronous endpoint the task was created on.
- `task_id` (string, required): Task id returned when the task was created.

### `check_pricing` (~56 tokens)

Look up RunAPI pricing for the elevenlabs model line.

Input parameters:

- `action` (string): Endpoint name. Defaults to the endpoint that offers the model.
- `model` (string): Model slug. Defaults to the line's primary model.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/runapi-builder-elevenlabs-mcp/runapi-ai-elevenlabs-mcp#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 58
- 2026-08-01: 19
- 2026-07-31: 5
- 2026-07-30: 26
- 2026-07-28: 44
- 2026-07-27: 44

## Links

- npm package: https://www.npmjs.com/package/@runapi.ai/elevenlabs-mcp
- Socket report: https://socket.dev/npm/package/@runapi.ai/elevenlabs-mcp
- Repository: https://github.com/runapi-ai/elevenlabs-mcp
- Changelog RSS feed: https://verifymcp.io/servers/runapi-builder-elevenlabs-mcp/runapi-ai-elevenlabs-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/runapi-builder-elevenlabs-mcp/runapi-ai-elevenlabs-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/runapi-builder-elevenlabs-mcp/runapi-ai-elevenlabs-mcp
