Back to Browse

Voice Audio MCP Server

Developer ToolsUse Caution2.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Voice Audio MCP server. Tools: text to speech, list voices, transcribe. Built by MEOK AI Labs.

About

Voice Audio MCP server. Tools: text to speech, list voices, transcribe. Built by MEOK AI Labs.

Security Report

2.2
Use Caution2.2Critical Risk

This MCP server has concerning authentication and data handling practices that pose moderate security risks. The most critical issue is that the auth_middleware.py contains hardcoded upgrade URLs and tier strings instead of actual authentication validation, creating a false sense of security. Additionally, the server makes unauthenticated HTTP requests to localhost (port 8180) without validation, and the monetization/metering logic relies on external endpoints that fail open, allowing unlimited access if unreachable. While the tool functionality itself is reasonable for audio processing, the weak authentication enforcement and external dependency on metering means the server cannot reliably restrict access or enforce usage limits. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

7 files analyzed · 15 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-csoai-org-voice-audio-mcp": {
      "args": [
        "-y",
        "voice-audio-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!