MCP.so
登录

Claude Desktop Real-time Audio MCP

@joelfuller2016

关于 Claude Desktop Real-time Audio MCP

Real-time microphone input MCP server for Claude Desktop on Windows - enabling live voice conversations with Claude through WASAPI audio capture and real-time speech recognition

基本信息

分类

生产力

许可证

MIT license

运行时

node

传输方式

stdio

发布者

joelfuller2016

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is Claude Desktop Real-time Audio MCP?

A Model Context Protocol (MCP) server that enables real-time microphone input for Claude Desktop on Windows. It bridges the gap between Claude's conversational AI and live voice input by integrating the Windows Audio Session API (WASAPI) and multiple speech-to-text engines.

How to use Claude Desktop Real-time Audio MCP?

Clone the repository, install dependencies with npm install, build with npm run build, and then configure Claude Desktop to use the server. Detailed installation and setup documentation will be provided with the first release. Note that the project is currently under active development and not yet ready for production use.

Key features of Claude Desktop Real-time Audio MCP

  • Real-time audio capture using Windows WASAPI with low latency
  • Multiple speech-to-text engines: OpenAI Whisper, Azure Speech, Google Speech
  • Intelligent voice activity detection and silence handling
  • Automatic audio device enumeration and selection
  • Multiple audio format and sample rate support
  • MCP integration for seamless use with Claude Desktop

Use cases of Claude Desktop Real-time Audio MCP

  • Voice-driven conversations with Claude Desktop for hands-free interaction
  • Real-time transcription of microphone input using local or cloud STT engines
  • Building accessibility tools that rely on natural voice input for AI assistants
  • Rapid prototyping of AI voice interfaces on Windows with minimal latency
  • Integrating live speech recognition into any MCP-compatible application

FAQ from Claude Desktop Real-time Audio MCP

What platforms does Claude Desktop Real-time Audio MCP support?

Windows 10/11 (Windows 7+ with WASAPI support) are required. No macOS or Linux support is currently planned.

What are the runtime dependencies?

Node.js 16+ with npm, Visual Studio Build Tools (for native C++ compilation via node-gyp), Python 3.8+, and Git.

Is this project ready for production use?

No — it is under active development (Phase 1 of 6 as of the roadmap) and should be considered experimental. Installation instructions and a stable release are targeted for September 2025.

Which speech-to-text engines are supported?

OpenAI Whisper (local), Azure Speech Services (cloud), and Google Speech-to-Text (cloud) are planned for integration in Phase 4 of the roadmap.

Where does audio data get processed?

Audio capture occurs locally via WASAPI. Speech transcription can be performed locally (Whisper) or sent to cloud services (Azure, Google). No details on data retention or encryption are provided in the current documentation.

评论

生产力 分类下的更多 MCP 服务器