← Index

io.github.CodeCraftersLLC/local-voice-mcp

io.github.CodeCraftersLLC/local-voice-mcp·v0.1.5·Cloud Storage
Quality Score
56
/100

Give your MCP clients the ability to speak by running local voice models using Chatterbox TTS

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "local-voice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@codecraftersllc/local-voice-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "local-voice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@codecraftersllc/local-voice-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @codecraftersllc/local-voice-mcp
§03  MCP Quality Score  ·  methodology
freshness
11
completeness
5
installability
25
documentation
10
stability
5
§04  Alternatives in Cloud Storage