ElevenLabs Scribe MCP Server
@aromanstatue
关于 ElevenLabs Scribe MCP Server
Model Control Protocol (MCP) server for ElevenLabs Scribe ASR API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"MCP-Elevenlab-Scribe-ASR": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Servers
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论