Skip to content

Add Voice MCP to community servers list #2082

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

mbailey
Copy link

@mbailey mbailey commented Jun 12, 2025

Voice MCP enables voice conversations with Claude using any OpenAI-compatible STT/TTS service, supporting both local microphone and LiveKit room-based communication.

Description

This PR adds Voice MCP to the community servers list. Voice MCP enables natural voice conversations with LLMs through the Model Context Protocol, supporting both local microphone input and LiveKit room-based communication for distributed voice interactions.

Server Details

  • Server: N/A - Adding new server to community list
  • Changes to: README.md - Adding entry to community servers section

Motivation and Context

Voice MCP fills a unique gap in the MCP ecosystem by providing universal voice conversation capabilities. Unlike existing voice-related servers (e.g., Cartesia which focuses on TTS/voice cloning), Voice MCP enables full bidirectional voice conversations with LLMs. It supports any OpenAI-compatible STT/TTS service, making it flexible for both cloud and local deployments.

Key differentiators:

  • Works with any MCP client (Claude Desktop, Claude Code, etc.)
  • Supports multiple STT/TTS backends (OpenAI, local Whisper, Kokoro, etc.)
  • Dual transport modes: local microphone or LiveKit rooms
  • Simple setup requiring only an OpenAI API key

How Has This Been Tested?

Voice MCP has been thoroughly tested with:

  • Claude Desktop on macOS, Windows, and Linux
  • Claude Code CLI tool
  • Multiple STT/TTS backends (OpenAI, local Whisper.cpp, Kokoro TTS)
  • Both local microphone and LiveKit transport modes
  • Published on PyPI with 1000+ downloads

Breaking Changes

No breaking changes. This is a new addition to the community servers list.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

Voice MCP implements the MCP protocol with:

  • Secure handling of API credentials via environment variables
  • Input validation for all voice commands
  • Privacy-conscious design supporting both cloud and local processing
  • Comprehensive error handling with graceful fallbacks
  • Full documentation at https://voice-mcp.com

Project links:

Community Server List Entry

Voice MCP - Enable voice conversations with Claude using any OpenAI-compatible STT/TTS service (voice-mcp.com)

Voice MCP enables voice conversations with Claude using any OpenAI-compatible STT/TTS service, supporting both local microphone and LiveKit room-based communication.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@olaservo olaservo added the add-community-server This pull request adds a link to a community-created server. label Jun 13, 2025
@olaservo
Copy link
Member

Thanks for your contribution to the servers list. This has been merged in this combined PR: #2143

This is a new process we're trying out, so if you see any issues feel free to re-open the PR and tag me.

@olaservo olaservo closed this Jun 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-community-server This pull request adds a link to a community-created server.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants