WhisperLiveKit (MCP Server)

GitHub

Simultaneous speech-to-text models

10,609 stars Python MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "WhisperLiveKit": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-WhisperLiveKit"
      ]
    }
  }
}