25 days ago
Vocametrix is an MCP server that brings clinical-grade voice analysis into any MCP-compatible client (Claude Desktop, Cursor, Zed, Windsurf). It exposes more than 40 endpoints covering AVQI, DSI, CPP, HNR, jitter/shimmer, formants
F1-F4, GNE, pronunciation assessment in 30+ languages, speech-to-text, phoneme detection,
prosody similarity, and eGeMAPS. For speech-language pathologists, voice researchers,
and healthtech developers. Requires a Vocametrix API key (free trial at vocametrix.com/registration).
Server Config
{
"mcpServers": {
"vocametrix": {
"command": "npx",
"args": [
"-y",
"@vocametrix/mcp-server"
],
"env": {
"VOCAMETRIX_API_KEY": "<YOUR_API_KEY>"
}
}
}
}