spoken-mcp – Multilingual voice interface for Claude Desktop via ElevenLabs
@leszini
关于 spoken-mcp – Multilingual voice interface for Claude Desktop via ElevenLabs
Spoken-mcp is a voice interface for the Claude Desktop app. It consists of two components: an MCP TTS server that lets Claude speak responses aloud via ElevenLabs, and an STT companion app that transcribes your speech and pastes it into Claude's input field. Supports three input
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"spoken-mcp": {
"command": "python",
"args": [
"C:\\full\\path\\to\\spoken-mcp\\tts_server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is spoken-mcp?
spoken-mcp turns Claude Desktop into a fully voice-enabled assistant. You speak to Claude and hear responses spoken aloud in any language supported by ElevenLabs. It consists of an MCP TTS Server (for reading responses aloud via ElevenLabs Text-to-Speech) and an STT Companion (a background app that listens, transcribes via ElevenLabs Scribe v1, and pastes into Claude's input field).
How to use spoken-mcp?
Install spoken-mcp on Windows 10/11 with Python 3.11+ and obtain an ElevenLabs API key. Run the MCP TTS server and STT companion, then choose one of three input modes: push-to-talk, VAD toggle, or always-on voice detection. A system tray icon shows the current state (idle/listening/recording). Full setup instructions are at the project’s GitHub repository.
Key features of spoken-mcp
- Speak tool for ElevenLabs Text-to-Speech (MP3, 44.1 kHz)
- STT companion using ElevenLabs Scribe v1 transcription
- Three input modes: push-to-talk, VAD, always-on
- System tray icon with state indicators
- No administrator rights required
- Multilingual support via ElevenLabs
Use cases of spoken-mcp
- Hands-free interaction with Claude Desktop
- Voice-controlled task assistance
- Accessible computing for users with mobility impairments
- Real-time multilingual conversation via voice
FAQ from spoken-mcp
What operating systems are supported?
Windows 10 and Windows 11 are required. Other operating systems are not supported.
What dependencies are needed?
Python 3.11 or newer, an ElevenLabs API key, and the Claude Desktop application.
How does spoken-mcp handle voice input and output?
The STT companion listens to your microphone and transcribes speech using ElevenLabs Scribe v1, then pastes the text into Claude’s input field. The MCP TTS server uses the speak tool to read Claude’s responses aloud via ElevenLabs Text-to-Speech.
Is administrator access required?
No, spoken-mcp operates without requiring administrator rights.
Can I use languages other than English?
Yes, spoken-mcp works with any language supported by ElevenLabs for both transcription and speech synthesis.
AI 与智能体 分类下的更多 MCP 服务器
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
评论