Submit

spoken-mcp – Multilingual voice interface for Claude Desktop via ElevenLabs

@leszini

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 modes: push-to-talk, VAD toggle, and always-on voice detection. No admin rights required. Windows 10/11, Python 3.11+

Tools

Server Config

{
  "mcpServers": {
    "spoken-mcp": {
      "command": "python",
      "args": [
        "C:\\full\\path\\to\\spoken-mcp\\tts_server.py"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.