mcpbeat Sign in

Vocametrix Voice Analysis MCP Server

by pmarmaroli Your server? Claim it
local only

Vocametrix Voice Analysis runs on your own machine — the client starts it, so there is no endpoint to ping. 367 installs a week from npm. Last commit 19 Sep 2026.

Clinical voice analysis MCP server — AVQI, DSI, jitter/shimmer, pronunciation assessment, and more.

Installs per day peak 280 · avg 19 · +1261% w/w
a month agotoday
367
Installs / week
npm · @vocametrix/mcp-server
0
Stars
0 open issues
19 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 45

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

22 Sep the owner changed
21 Sep the owner changed
20 Sep the owner changed
19 Sep the owner changed
18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
and 35 more, back to 9 August 2026

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository pmarmaroli/vocametrix-mcp
пакет @vocametrix/mcp-server ссылается на vocametrix/vocametrix-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vocametrix-mcp -- npx -y @vocametrix/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vocametrix-mcp": {
      "args": [
        "-y",
        "@vocametrix/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vocametrix-mcp]
command = "npx"
args = ["-y", "@vocametrix/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "vocametrix-mcp": {
      "args": [
        "-y",
        "@vocametrix/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vocametrix-mcp": {
      "args": [
        "-y",
        "@vocametrix/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VOCAMETRIX_API_KEY (Your Vocametrix API key. Get one free at https://www.vocametrix.com/registration). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vocametrix Voice Analysis

same job, measured the same way
Upwork
by wmarceau

MCP server for Upwork job discovery, client analysis, and proposal assistance

48 installs/wk local only
idamesh
by jordanro2

MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.

54 installs/wk local only
Mercury Spec Ops
by n0zer0d4y

Modular MCP server for dynamic prompt generation and software development analysis tools

27 installs/wk local only
Operant MCP
by operantlabs

Security testing MCP server for penetration testing, forensics, and vulnerability assessment

36 installs/wk local only
I
Sling CLI
by flarco

Sling CLI MCP server for data pipeline and replication management

local only
Brainiall Pronunciation
by brainiall

Pronunciation assessment, phoneme scoring, speaker voice ID, audio transcription, speech synthesis.

14 tools answering
A
Complyme
by complyme-mcp

ComplyMe.AI MCP server for legal & data protection risk analysis and audits.

local only
Aviation Accident Analysis MCP
by hzy9981

Aviation accident report parsing and prompt generation service under the SHELL framework.

56 installs/wk local only

Vocametrix Voice Analysis — questions

Answers built from our own checks of this server.

Why is there no uptime for Vocametrix Voice Analysis?
Vocametrix Voice Analysis runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @vocametrix/mcp-server was installed 367 times last week.
How do I connect Vocametrix Voice Analysis?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @vocametrix/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Vocametrix Voice Analysis?
The npm package @vocametrix/mcp-server was installed 367 times in the last week. Week over week that is +1261%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vocametrix Voice Analysis open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.