drio
Open app

ElevenLabs Scribe MCP Server

Source

Model Control Protocol (MCP) server for ElevenLabs Scribe ASR API

Catalog onlyCatalog onlySTDIO

Overview

ElevenLabs Scribe MCP Server is a Model Control Protocol (MCP) server implementation for ElevenLabs' Scribe speech-to-text API, providing real-time transcription capabilities with advanced context management and bidirectional streaming.

To use the server, clone the repository, set up a virtual environment, install dependencies, and start the server. You can transcribe audio files or stream audio from your microphone using the provided example client.

  • Real-time transcription from microphone input - File-based transcription for batch processing - Full MCP protocol support for context management - WebSocket support for real-time communication - Automatic language detection and confidence scoring - Event detection for speech and non-speech audio
  1. Real-time transcription for live events or meetings.
  2. Batch processing of recorded audio files for transcription.
  3. Integration into applications requiring speech-to-text capabilities.

Add to your AI client

Use these steps to connect ElevenLabs Scribe MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-elevenlab-scribe-asr-aromanstatue": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-elevenlab-scribe-asr-aromanstatue"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-elevenlab-scribe-asr-aromanstatue": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-elevenlab-scribe-asr-aromanstatue"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-elevenlab-scribe-asr-aromanstatue": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-elevenlab-scribe-asr-aromanstatue"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-elevenlab-scribe-asr-aromanstatue": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-elevenlab-scribe-asr-aromanstatue"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-elevenlab-scribe-asr-aromanstatue": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-elevenlab-scribe-asr-aromanstatue"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-elevenlab-scribe-asr-aromanstatue": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-elevenlab-scribe-asr-aromanstatue"
      ]
    }
  }
}

FAQ

**What programming language is used?**

The server is implemented in Python.

**Is there a limit on audio file size?**

The server can handle various audio formats, but practical limits may depend on server resources.

**Can I use it for multiple languages?**

Yes, it supports automatic language detection.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2534,"uuid":"a6d887be-b318-47d8-befa-aa36bfe7d32f","name":"MCP-Elevenlab-Scribe-ASR","title":"ElevenLabs Scribe MCP Server","description":"Model Control Protocol (MCP) server for ElevenLabs Scribe ASR API","avatar_url":"https://avatars.githubusercontent.com/u/196650020?v=4","created_at":"2025-03-13T08:40:20.965+00:00","updated_at":"2025-03-16T09:29:27.914+00:00","status":"created","author_name":"aromanstatue","author_avatar_url":"https://avatars.githubusercontent.com/u/196650020?v=4","tags":"speech-to-text,transcription,MCP-server","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/aromanstatue/MCP-Elevenlab-Scribe-ASR","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-11 13:52:14\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]