Local Voice Mcp
@CodeCraftersLLC
About Local Voice Mcp
Give your MCP clients the ability to speak by running local voice models
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"local-voice-mcp": {
"command": "npx",
"args": [
"-y",
"@codecraftersllc/local-voice-mcp"
],
"env": {
"USE_MALE_VOICE": "false",
"CHATTERBOX_EXAGGERATION": "0.5",
"CHATTERBOX_CFG_WEIGHT": "1.2",
"CHATTERBOX_MAX_CHARACTERS": "2000",
"CHATTERBOX_PLAYBACK_VOLUME": "100"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Local Voice MCP?
Local Voice MCP is a Model Context Protocol server that enables AI clients to speak by running local voice models using Chatterbox TTS. It can operate in either MCP server (stdio) or HTTP server mode, making it suitable for developers who want private, on-device text-to-speech within MCP-compatible editors and tools.
How to use Local Voice MCP?
Install globally via npm install -g local-voice-mcp or run directly with npx -y @codecraftersllc/local-voice-mcp. Configure your MCP client with the command local-voice-mcp-server (or npx variant) and optional environment variables. Use the tools synthesize_text, play_audio, and tts_status to generate and play speech, or run in HTTP mode with MCP_MODE=http.
Key features of Local Voice MCP
- Full MCP server using @modelcontextprotocol/sdk
- ElevenLabs-compatible REST API
- High-quality TTS via Chatterbox TTS
- Voice cloning with reference audio
- Adjustable prosody controls
- Dual mode: MCP or HTTP server
Use cases of Local Voice MCP
- Enable AI coding assistants like Cursor to speak responses aloud
- Generate
More Other MCP servers
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments