1. Conduid
  2. AI
  3. Speech MCP
MCP server · AI

Speech MCP

Fastmcp 3.2 server plus webapp for speech in/out

34Low

Scored 4 months ago · breakdown

About Speech MCP

Speech MCP is an MCP server in the AI category: fastmcp 3.2 server plus webapp for speech in/out. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/sandraschi/speech-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Speech MCP

Powered by Claude · Grounded in docs

I know everything about Speech MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Speech-MCP

A modern multi-provider speech gateway featuring Gemini Live real-time voice chat, Gemini 3.1 Flash TTS, Hume AI Octave, and ElevenLabs voice cloning.

The Dual-Core Experience

MCP Server — Advanced speech, RAG, and state management for agents and IDEs (Claude Desktop, Cursor, Windsurf).

Modern Webapp — A browser-based cockpit for real-time voice conversations, Creative Labs polyglot synthesis, voice clone management, and system monitoring.


Providers

Provider Mode Quality Key
gemini_live Real-time conversation Very good GOOGLE_API_KEY
gemini Batch TTS Highest GOOGLE_API_KEY
gemma Batch TTS/STT SOTA Local None
hume Batch TTS (Octave) High HUME_API_KEY
elevenlabs Batch TTS + voice cloning High ELEVENLABS_API_KEY
windows Batch TTS (SAPI5) Low None

Key Features

Gemma 4 Native Multimodal — SOTA 2026 local engine integration. Features native audio/vision encoders for low-latency conversational reasoning. Supports prosody-aware interaction and local-first Zero-STT fallback. Optimized for A4B throughput (100+ t/s).

Gemini 3.1 Flash TTS — Highest-quality cloud synthesis (gemini-3.1-flash-tts-preview). 31 prebuilt voices, 100+ languages, expressive audio tags ([whispers], [excited], etc.).

Creative Labs — Polyglot synthesis demo with 19 languages (European, Slavic, Classical, Experimental, Global), literary samples, voice selection, prosody slider, and tongue-twister panel.

Voice Cloning — ElevenLabs Instant Voice Clone (IVC) via file upload. 5-second minimum audio sample. Cloned voices appear in the voice library immediately.

Offline Wake-Word — Privacy-first detection using openWakeWord (fully offline, Apache 2.0, no API key).

RAG / Semantic Search — LanceDB + FastEmbed knowledge base over project docs. ask_docs tool uses Claude sampling for grounded Q&A.

Local AI — Ollama and LM Studio model discovery and grounded generation.


Documentation


Quick Start

# Clone and install
git clone https://github.com/sandraschi/speech-mcp
cd speech-mcp
uv sync

# Configure keys
cp .env.example .env
# Edit .env — add GOOGLE_API_KEY at minimum

# Start backend
uv run python -m speech_mcp.webapp

# Start frontend (separate terminal)
cd web && npm install && npm run dev

Backend: http://localhost:10918 — Frontend: http://localhost:10917

For Claude Desktop MCP integration see docs/configuration.md.


License

MIT — see LICENSE.

Contributors: @sandraschi. PRs welcome.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Speech MCP

How do I install Speech MCP?

Run git clone https://github.com/sandraschi/speech-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Speech MCP safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Speech MCP still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.