MCP.so
登录
V

Voice Mode

@mbailey

关于 Voice Mode

Voice Mode brings natural voice conversations to AI assistants like Claude through the Model Context Protocol (MCP).

基本信息

分类

其他

传输方式

stdio

发布者

mbailey

提交者

getvoicemode

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "voice-mode": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "--refresh",
        "."
      ],
      "env": {
        "OPENAI_API_KEY": "XXXXXX"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Voice Mode?

Voice Mode brings natural voice conversations to AI assistants like Claude through the Model Context Protocol (MCP). It enables real‑time, low‑latency voice interactions with MCP‑compatible clients.

How to use Voice Mode?

Install the package with pip install voice-mode or uvx voice-mode, then add it to your Claude Desktop configuration. After setup, you can start talking to your AI assistant.

Key features of Voice Mode

  • Real‑time voice interactions with AI
  • Works with Claude Desktop and other MCP clients
  • Supports local microphone and LiveKit rooms
  • OpenAI‑compatible STT and TTS integration
  • Low‑latency, natural conversations

Use cases of Voice Mode

  • Hands‑free voice conversation with Claude Desktop
  • Real‑time voice AI assistant for customer support
  • Multi‑room voice setups using LiveKit
  • Low‑latency spoken dialogue with AI in any MCP client

FAQ from Voice Mode

How do I install Voice Mode?

Install via pip install voice-mode or run it directly with uvx voice-mode.

What clients does Voice Mode support?

It works with Claude Desktop and any other MCP‑compatible client.

What speech processing does Voice Mode use?

It integrates OpenAI‑compatible Speech‑to‑Text and Text‑to‑Speech services.

Can I use a local microphone with Voice Mode?

Yes, it supports local microphone input as well as LiveKit rooms for remote audio.

评论

其他 分类下的更多 MCP 服务器