voice quality api for Claude Desktop
io.github.gomess8/voice-quality-api
Measure voice/VoIP path quality -> estimated MOS + live network metrics
client:Claude Desktop
transport:streamable-http
Install voice quality api in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"voice-quality-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.voice-quality.com/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs