ElevenLabs Scribe MCP Server
@aromanstatue
About ElevenLabs Scribe MCP Server
Model Control Protocol (MCP) server for ElevenLabs Scribe ASR API
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCP-Elevenlab-Scribe-ASR": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ElevenLabs Scribe MCP Server?
An MCP server implementation for ElevenLabs' Scribe speech-to-text API, providing real-time transcription with advanced context management and bidirectional streaming. It is designed for developers who need to integrate voice transcription into applications using the Model Context Protocol.
How to use ElevenLabs Scribe MCP Server?
Clone the repository, create a virtual environment, run pip install -e ., and set your ElevenLabs API key in a .env file (ELEVENLABS_API_KEY). Start the server with python -m elevenlabs_scribe_mcp_server.main (default port 8000). Use the example client with --file for file transcription or --mic for live microphone input.
Key features of ElevenLabs Scribe MCP Server
- Real‑time transcription from microphone
- File‑based batch transcription
- Full MCP protocol support
- WebSocket bidirectional streaming
- Conversation context management
- Automatic language detection and confidence scoring
- Speech/ non‑speech event detection
- Multiple audio format support with auto‑conversion
Use cases of ElevenLabs Scribe MCP Server
- Transcribe live audio from a microphone in real time
Basic information
More Other MCP servers
ICSS
chokcoco不止于 CSS

EverArt
modelcontextprotocolModel Context Protocol Servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments